View Type Warning

I am getting the following view type warning, but I am not sure what I am doing wrong. I just changed the view type manually in the editor. Is there a better way to do that?

Warning: The First Person Combat MovementType is active while the ViewType recommends using Third Person Combat.
UnityEngine.Debug:LogWarning(Object)
Opsive.UltimateCharacterController.Camera.CameraController:InitializeCharacter(GameObject) (at Assets/Opsive/UltimateCharacterController/Scripts/Camera/CameraController.cs:482)
Opsive.UltimateCharacterController.Camera.CameraController:Start() (at Assets/Opsive/UltimateCharacterController/Scripts/Camera/CameraController.cs:376)
 
That warning indicates that you have the First Person Combat Movement Type selected but the Third Person Combat View Type is active. You can change this in the editor or using the state system similar to how the demo scene works.
 
Hart to find for a beginner like me...
For other beginner an Example:

Hierachy -> Nolan ---> Inspector -> Ultimate Character Locomotion (Script)

There you can add or change "Movement Types" :)
 
Top