using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerPosition : MonoBehaviour { Transform pos; // Update is called once per frame /* void Update() { pos = this.transform; GetComponent().LookPlayer(pos); } */ }