问答详情
源自:3-8 动画应用-Unity3D角色控制

为什么我的在 GetComponent<Rigidbody>()时报错了?There is no 'Rigidbody' attached to the "Player" game object

MissingComponentException: There is no 'Rigidbody' attached to the "Player"

提问者:学无止境所以是学生 2018-11-04 20:33

个回答

  • 慕容0483466
    2018-12-02 20:26:49

    给物体添加组件,rigidbody是一个physics下的组件

  • 林怀乐
    2018-11-15 14:48:09

    我还是不知道怎么弄,越看越懵,跳了太多步骤。

  • 慕粉4042504
    2018-11-12 09:22:16

    可以照着老师的改一下用代码控制运动,或者给player加一个compoment为rigidbody