Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.8f1
2019.2.0a1
Issue ID
1170943
Regression
No
Calling AssetDatabase.CreateAsset() inside OnValidate() freezes Unity
Steps to reproduce:
1. Open original project "Bug Recreation.zip"
2. Create an empty GameObject by Right Click inside Hierarchy -> Create Empty
3. Attach the "Assets/BuggyScript.cs" to the empty game object
4. If you want the AssetDatabase.CreateAsset to be called from the script, tick the bool "Freeze Unity".
-observe the freeze-
Reproduced in: 2017.4.30f1, 2018.4.5f1, 2019.1.12f1, 2019.2.0b10
Not reproduced in: 2019.3.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
- Transparent pixels are still hit when alphaHitTestMinimumThreshold is set to a non-zero value
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
Add comment