Unity3d 设置小球为刚体控制滚动

新建一个cube 作为地面。 新建一个Sphere 点击add component 选择刚体 新建脚本 Sphere    using System.Collections; using System.Collections.Generic; using UnityEngine;   public class Shpere : MonoBehaviour {   private Rigidbody
相关文章
相关标签/搜索