Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.5.0b6
Issue ID
837921
Regression
No
Reloading scene after it was merged by UnityYAMLMerge tool causes Editor to crash
Editor crashes only in versions where SceneManager exists.
Repro steps:
1. Add some project to perforce (version control system)
2. Add a scene and submit
3. Add GameObject to the scene on remote machine and submit
4. Add GameObject to the scene on local machine and submit
==>
Conflict appears
5. Right-click on the scene in Version Control window and choose "Resolve Conflicts"
6. Choose "Semantic Merge"
7. After merging the scene will be reloaded automatically (sometimes the confirmation dialog appears , then press "Reload")
==>
Editor crashes
According to the callstack this is the SceneManager problem (maybe this class just doesn't expect scene changing in the backgorund) but I cannot repro this without using perforce
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The cursor moves into wrong place when renaming folder/asset
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
Add comment