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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment