Search Issue Tracker
Fixed in 1.0.0-preview
Votes
0
Found in [Package]
Unity Source
Issue ID
1005721
Regression
No
Asset bundle dependencies can be broken under some circumstances
Removed references are sometimes kept in asset files and taken into account to determine AB dependencies.
Steps:
1. Open repro project in comment
2. Select the material in the AB1 folder
-> notice that the second slot is not assigned with any texture
-> so the assets in folder AB1 has nothing depends on AB2
3. On top menu -> Example -> Build Asset Bundles
4. Wait for a bit and check Abs's manifest file
-> you will see it says ab1 depends on ab2
Reproducible in : 2018.2.0b1, 2018.1.0f1, 2017.4.1f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment