Search Issue Tracker
Won't Fix
Votes
0
Found in
4.2.1f4
Issue ID
566318
Regression
Yes
Instantiate(this) crashes unity without any warning when called OnEnable
To reproduce:
1. Open project RecursiveInstantiateCrashBug
2. Open scene RecursiveInstantiateCrashScene
3. Enter play mode - Unity crashes. This is obvious, as an infinite number of objects is trying to be instantiated, but in version 4.1.5f1 it did not crash, just threw a stack overflow exception. Now it crashes without giving an error report window or anything. (Some warning for the inexperienced user would also be nice)
Does not repro with version 4.1.5f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
- Rigidbody2D.Slide correctly ignores colliders specified with "Physics2D.IgnoreCollision" however encountering them can still modify movement behaviour in subtle ways.
- [Quality Hackweek] A black separator appears when the left panel in the UI Builder tab is resized, and the tab is narrow
Add comment