Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.0f3
Issue ID
830614
Regression
No
AssetBundle has a dependency on another AssetBundle due to old properties being stored in the .unity file
To reproduce:
1. Open attached project
2. Open example scene
3. Select TextureReference object
4. In Texture Reference script change Size to 2
5. Add references to textures
6. Change size to 0
7. Save scene
8. Look at .unity file in a text editor and observe that in the
m_Modifications section there are still references to the textures
Expected results: .unity file under m_Modifications section should not contain any references to the textures.
Reproducible: 5.5.0b3, 5.4.1f1, 5.3.6p4, 5.2.5f1
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Resolution Note (2021.1.X):
While true that the dependency calculation is wrong we are not going to fix this as it is no longer a problem in the Scriptable Build Pipeline https://docs.unity3d.com/Packages/com.unity.scriptablebuildpipeline@1.14/manual/index.html.
It is recommended to switch to SBP.