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
- "Invalid vertex attribute format" error message does not mention "bytes" when the data size is mismatched
- [Windows] About Unity window displays Editor version in two lines instead of one
- [Linux] "Add Component" menu goes under the screen when the menu extends beyond the display boundries
- High Editor GPU usage when Camera with RenderTexture and VFX Graph are in the scene, with Scene/Game tabs closed
- List in Inspector not resizing when exiting Play mode
Add comment