Based on how I’m creating my game, I have the character controller and camera in one scene that I additively load into my levels. However, because of this, I cannot add it into any timeline tracks that aren’t in the same scene.
Normally when I try to get a reference to my player, I just find the gameobject with the player tag and set it accordingly, however I have no idea what to be setting it to in the case on a Timeline Animation Track.
Any help would be greatly appreciated.