Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2017.4.10f1
Issue ID
1078773
Regression
No
Prefab's AssetBundle dependency fails to update after changing assetBundleName and calling BuildPipeline.BuildAssetBundle
How to reproduce:
1. Download and open user's attached repro project "ABTest.zip"
2. In the project open a scene called "Main", then Click "Builder->Build" to build AssetBundle
3. Play "Main" Scene, you will see 3 icons loaded int the Scene window
4. Quit Playmode and change the assetBundleName of the Sprite named "spr_02" from "b.unity3d" to "c.unity3d"
5. Click "Builder->Build" to rebuild AssetBundle and then press Play again, you will find one icon missing
Expected result: Prefab's AssetBundle dependency updates and the Prefab does not disappear from Scene view
Actual result: Prefab's AssetBundle dependency fails to update resulting in that one icon in the Scene view is missing
Reproducible with: 2017.4.11f1, 2018.1.9f2, 2018.2.8f1, 2018.3.0b1
Note: A prefab in AssetBundle named "a.unity3d" depend on 3 Sprites packed in 2 AssetBundles named "b.unity3d" and "c.unity3d". If you delete "a.unity3d" and "a.unity3d.manifest" and then rebuild, problem becomes solved.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment