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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment