com.unity.scriptablebuildpipeline 1.9.0
com.unity.scriptablebuildpipeline
Notes: processedReleased July 15, 2020
Unity Compatibility
Minimum Unity: 2018.3
Package Dependencies
No dependency metadata provided.
🔄 Changes
- Fixed a null reference exception in GenerateBundleCommands.cs when attempting to sort an empty list
- LinkXmlGenerator moved to the Scriptable Build Pipeline package in the UnityEditor.Build.Pipeline.Utilities namespace.
- Added new option WriteLinkXML to BuildParameters to write out a link.xml file containing the type information used in the asset bundles for use in the Unity manage code stripping system.
- Improved performance of the GenerateBundlePacking task.
- Adding the IBuildLogger interface and BuildLog class to capture high-level build performance data, and output it to the Trace Event Format.
