You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// player = GameObject.Find("car").GetComponent<Transform>();
// }
// // Update is called once per frame
// void FixedUpdate()
// {
// Vector3 newPos = new Vector3(player.transform.position.x+1, player.transform.position.y, player.position.z-3.5f); //The camera follows the player, y and x is the offset