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
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
Add comment