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
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
Add comment