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
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
- HDRP Graphics "Screen Space Global Illumination" has a link to a wrong documentation
Add comment