Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a1
2019.1.10f1
2019.2.0a1
2019.3.0a1
Issue ID
1173531
Regression
No
Changes in Scene triggers Mesh data optimization when building AssetBundle using ScriptableBuildPipeline
Steps to reproduce:
1. Open User-supplied project ("ScriptableBuildPipelineIssue.zip")
2. Select AssetBundle - > Build, notice the mesh optimization job
3. In the Project window -> Sprites -> MyAtlas change the padding property
4. Repeat step 2
Expected: the mesh optimization does not reoccur
Actual: mesh optimization does not reoccur
Reproduced in: 2019.1.13f1, 2019.2.0f1, 2019.3.0a11
Not reproduced in: 2017.4.30f1*, 2018.4.5f1*
Note: *Can't build the Asset Bundle due to errors
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Resolution Note:
MyAtlas is referenced by SampleScene4, changing MyAtlas invalidates the cache for the bundle containing SampleScene4. Since the output of scenes are required as an input to Mesh data optimization, it was running again to see if any of the meshes need to be rebuilt due to optimizations changing. In this case the result is that no optimizations have changed, thus the only rebuilt bundle is SampleScene4. This can be verified by looking at the timestamps of the resulting bundles. This is working correctly as expected.