Search Issue Tracker
Fixed in 5.3.8
Votes
0
Found in
5.3.5p8
Issue ID
821570
Regression
Yes
[WSA] App crash unloading scene
WSA 8.1 and UWP applications crash when scene loaded asynchronously is unloaded.
Reproducible on 5.3.6p2, 5.4.0p1.
Repro steps:
1. open project "SceneLoadingSample.zip";
2. build to WSA 8.1 or UWP platforms;
3. build and run.
4. press button "load async". Press button Unload. Application crashes.
-- WSA 8.1 project crashes with error:
GetManagerFromContext: pointer to object of manager 'LightmapSettings' is NULL (table index 25)
(Filename: C:/buildslave/unity/build/Runtime/BaseClasses/ManagerContext.cpp Line: 89)
-- UWP project crashes with error:
GetManagerFromContext: pointer to object of manager 'RenderSettings' is NULL (table index 24)
(Filename: C:\buildslave\unity\build\Runtime/BaseClasses/ManagerContext.cpp Line: 89)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Add comment