Search Issue Tracker
Duplicate
Votes
0
Found in
5.2.0f3
Issue ID
729290
Regression
Yes
Crash when using editor scripts and applying prefab
To reproduce:
1. Open project, open scene "player test" in "Prototyping/Scenes/Testing"
2. Select "player" object.
3. Press "revert" or "apply"
The script "PEPrefabScript" should produce a null reference error, and, after a few seconds, Unity should crash. The crash doesn't occur if you comment out line 434 in the script (the one that causes the null reference) (PrefabUtility.ReplacePrefab(instantiatedPrefab, PrefabUtility.GetPrefabParent(instantiatedPrefab), ReplacePrefabOptions.ConnectToPrefab);).
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
This is a duplicate of issue #728853