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
- Incorrect Shader keyword activation for Shadows when no Light is present in URP
- Editor freezes when loading a specific AssetBundle
- WebGPU builds with Multithreading enabled crash on Safari
- Set as Value in UI Builder doesn't work across all properties.
- Calculating time durations in RenderDoc with DX12 causes 'Device Lost error' popup
Add comment