How to rotate also the body when the player is looking at the target if the player is moving the opposite direction from the target?

后端 未结 0 885
后悔当初
后悔当初 2020-12-05 08:22
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class LookAtTarget : MonoBehaviour
{
    public Transform lookAt;
    public V         


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