Search Issue Tracker
By Design
Votes
1
Found in
5.5.2f1
Issue ID
893930
Regression
No
Unity crashes in GameObject::IsActive when PrefabUtility.ReplacePrefab is called
Steps to reproduce:
1. Download project from the link below and open it
2. Open "MainMenu" scene
3. Open hierarchy window and select CoreObjects->MainMenu->Play
4. Open Inspector window and disable Play prefab
5. Press Apply
-Crash
The user also provided a video which reproduces the issue.
Note: commenting out "PrefabUtility.ReplacePrefab(tempCopy, prefab);" (24 line) in PrefabExtensions.cs fixes the issue.
Results: Unity crashes when PrefabUtility.ReplacePrefab(tempCopy, prefab); is called
Reproduced on: 5.5.2f1, 5.6.0b11, 2017.1.0a2
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