I guess most of the main input has been changed? When I tried loading in any sample assets. no mouse input is registered. I imported the standard assets and none of the character controllers will work. I can walk around, but can't move the camera what so ever? The console is spaming this.
ArgumentException: Input Axis Mouse X is not setup.
To change the input settings use: Edit -> Project Settings -> Input
UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput.GetAxis (System.String name, Boolean raw) (at Assets/Standard Assets/CrossPlatformInput/Scripts/PlatformSpecific/StandaloneInput.cs:10)
UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager.GetAxis (System.String name, Boolean raw) (at Assets/Standard Assets/CrossPlatformInput/Scripts/CrossPlatformInputManager.cs:108)
UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager.GetAxis (System.String name) (at Assets/Standard Assets/CrossPlatformInput/Scripts/CrossPlatformInputManager.cs:95)
UnityStandardAssets.Characters.FirstPerson.MouseLook.LookRotation (UnityEngine.Transform character, UnityEngine.Transform camera) (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/MouseLook.cs:32)
UnityStandardAssets.Characters.FirstPerson.FirstPersonController.RotateView () (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs:237)
UnityStandardAssets.Characters.FirstPerson.FirstPersonController.Update () (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs:64)
This is on a fresh install of unity 5. regaurdless of what or how I import any character controllers this is what I get.
↧