Error

nitrox32

Member
I am getting the following errors:

NullReferenceException: Object reference not set to an instance of an object
Opsive.UltimateCharacterController.Camera.CameraControllerHandler.Update () (at Assets/Opsive/UltimateCharacterController/Scripts/Camera/CameraControllerHandler.cs:100)


NullReferenceException: Object reference not set to an instance of an object
Opsive.UltimateCharacterController.Camera.CameraControllerHandler.FixedUpdate () (at Assets/Opsive/UltimateCharacterController/Scripts/Camera/CameraControllerHandler.cs:129)

I am using the latest version of UCC and Unity. Any thoughts?
 
It doesn't look like the character that you are pointing the camera to has the PlayerInput component.
 
Top