Search Issue Tracker
Fixed in 4.6.1
Votes
1
Found in
4.5.4f1
Issue ID
639987
Regression
No
AssetBundle.Unload errors
-e: On Linux, you can't call AssetBundle.Unload(false) at all. The first call will report: "AssetBundle.Unload(false) shouldn't be called..." error. If you follow it up with an additional "CreateFromFile" call, you will get a "Asset Bundle cannot be loaded because another asset bundle with the same name is already loaded." error.
Works well on Win & OSX
-repro:
--build attached project as dev version
--copy the bundle into the Data folder
--run build
--click Load Asset
--click Unload Asset(false)
--NOTICE error being thrown
--click Create Instance
--NOTICE error begin thrown
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
Add comment