Search Issue Tracker
Won't Fix
Votes
0
Found in
4.5.2f1
Issue ID
622641
Regression
No
AssetBundle.Unload(false) shouldn't be called when forcing OpenGL
To reproduce:
1) Open up the attached project
2) Build the "Main" scene with "Development build" option checked on a Windows standalone version
3) Create .bat file with following lines:
start BUILTFILENAME.exe -force-opengl -screen-width 640 -screen-height 480
exit
4) Launch .bat file and you will see an error message "AssetBundle.Unload(false) shouldn't be called because assets might have to be reloaded at any point in time. If no assets are used, call AssetBundle.Unload(true)" . The error message doesn't appear if launched normally(when not forcing OpenGL)
Edit: The reason we cannot call AssetBundle.Unload(false) is we need the resources can be read from assetbundle again for some cases like alt tab on windows phone, changing resolution on opengl."
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment