So when they player dies, I Destroy() that game object and then instantiate a new player through a coroutine that pulls the prefab. When this happens, the V-Cam doesn’t recognize the new player. How can I get it to automatically recognize and follow?
For future people if anyone is wondering use
GetComponent().Follow = Player.transform;
1 Like
So where do you put this line of code?
2 Likes