Vector3 acc = Vector3.Zero; void update(){ acc = Vector3.Lerp(acc, Input.acceleration, Time.deltaTime); transform.position = new ...
確定! 回上一頁