I’ve got a player spawning in the scene upon it’s start. Using the standard assets, I’ve dragged the default ThirdPersonController.
However, when I run, although the player spawns correctly, this error comes along.
This is the default script from the standard assets (which I’ve made no change to).
The way I’m saving and loading the character is with two scripts: GameMaster and GameSettings (which are generated along with the player).
Please notice that the camera is working (follows the player correctly). What am I missing?
Thanks in advance!