public class Example : MonoBehaviour { // Move object using accelerometer float speed = 10.0f; void Update() { Vector3 dir = Vector3.zero;
確定! 回上一頁