hi when i try use the 3rd person reciption script it comes up with null reference exception error and says in there
NullReferenceException
ThirdPersonController.UpdateSmoothedMovementDirection () (at Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js:129)
ThirdPersonController.Update () (at Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js:302)
its for unity3 standard packages character controller 3rd person controller im ading it to my character for my horror game can you help thanks.
That line of code refers to the scene camera. Check that you have a camera in the scene and that its tag is set to MainCamera.
Thanks a lot… it solved in tag set to MainCamera…
(looks like if i´m hijacking this hehe)
You my good sir, are a GENIUS!