Bootstrap

unity3d之物体在指定路线移动

unity3d之物体在指定路线移动

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Sphere : MonoBehaviour
{
   
    public GameObject moveToQuad;
    private Vector3 start
;