タイトル: Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported in Unity 5.
エラー内容
Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported in Unity 5. If you want to use a non-convex mesh either make the Rigidbody kinematic or remove the Rigidbody component. Scene hierarchy path "MyAircraft", Mesh asset path "~" |
対処法
Mesh Colliderで「Convex」にチェックを入れないと発生するエラー。
対応策はrigidbodyコンポーネントの「Is Kinematic」にチェックを入れる。
Unity5から出るエラー。