Unity

Unity应用(Apply)预制体时报错

404 0

错误描述:You are trying to replace or create a prefab from the instance 'Panel' that references a missing script. This is not allowed. Please change the script or remove it from the game object.

Unity

Unity 碰撞器组件总结

491 0

用于将游戏对象转换为一个胶囊形状的物理碰撞体。Capsule Collider 可以与刚体组件一起使用,以便让游戏对象能够受到外力的作用,并且可以与其他类型的碰撞体进行碰撞检测。