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

Scripting

-

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)

  1. Pharan

    Aug 19, 2015 02:18

    You're not supposed to define constructors for MonoBehaviours.

Add comment

Log in to post comment