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
- Search: Inspector section icon is less sharp/more pixelated than other editor icons
- Search description string is always truncated
- [VFX] When Grouped Nodes are converted to Subgraph Operator resulting Graph Node is not included in the Group
- Search window icons are less sharp/more pixelated than other editor icons
- The Inspector can be covered when scaling the horizontal separator bar
Add comment