Releases: needle-mirror/com.unity.scriptablebuildpipeline
Releases · needle-mirror/com.unity.scriptablebuildpipeline
0.0.10-preview
[0.0.10-preview] - 2018-04-26
- Added BuildAssetBundles API that takes a custom task list
- Added null checks for BuildSettings.typeDB & AssetBundleBuild.addressableNames
0.0.9-preview
[0.0.9-preview] - 2018-04-04
- Added documentation for IWriteOperation implementations
- Added documentation for ReturnCodes, LegacyBuildPipeline, and ContentPipeline
- Ran Unity code analysis & cleaned up warnings (boxing, performance issues, name consistency)
- Breaking api change: Changed build tasks' public static run method to private.
- Added null checks and ArgumentNullExceptions
0.0.8-preview
[0.0.8-preview] - 2018-03-27
- Test rename & meta file cleanup
- Added documentation for shared classes / structs
- Updated inconsistent interface / class names
- Added missing parameter to IBuildParameters
- Ran spell check
- Moved IWriteOperation to Interfaces
- Update IWriteOperation properties to PascalCase
- Added IWriteOperation documentation
0.0.6-preview
[0.0.6-preview] - 2018-03-20
- doc updates
0.0.5-preview
Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.0.5-preview] - 2018-02-08
- Initial submission for package distribution