Why when the object is reaching the target he stop and the move back and then make a ping pong nonstop?

后端 未结 0 424
不知归路
不知归路 2020-12-13 10:30
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Follow : MonoBehaviour
{
    public Transform targetToFollow;
    public         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题