void Update() { if (alwaysFacePlayer) { transform.LookAt(TpPlayer.GetPosition()); } }
private void Start() { instance = this; }