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
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Pharan
Aug 19, 2015 02:18
You're not supposed to define constructors for MonoBehaviours.