Search Issue Tracker
Duplicate
Votes
0
Found in
5.1.2f1
Issue ID
719100
Regression
No
Creating a prefab from object which has rigidbody and MonoBehaviour with constructor attached causes crash
Steps to reproduce:
1. Open "RigidbodyCrash.zip" project
2. Open scene "bug"
3. Drag "GameObject" from hierarchy to project tab to create a prefab
4. Observe a crash
Workaround: Don't use constructors for MonoBehaviours. Instead, use Start() or Awake() for initialization.
Comments (1)
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
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
- Look Dev window flickers when resizing the window after docking it
Pharan
Aug 19, 2015 02:18
You're not supposed to define constructors for MonoBehaviours.