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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Add comment