- Home /
Unity 5 Upgrade: The name 'MouseLook' does not denote a valid type ('not found').
After I upgraded my project to unity 5 The following error showed up:
"BCE0018: The name 'MouseLook' does not denote a valid type ('not found'). Did you mean 'UnityStandardAssets.Characters.FirstPerson.MouseLook'?"
The errors point to the following lines:
var lookAround01 : MouseLook;
var lookAround02 : MouseLook;
These variables are used to prohibit and enable the player from looking around.
Anyone know how to fix this?
Cheers.
Comment
Did you import the character package which contains all this stuff?
Your answer

Follow this Question
Related Questions
Mouselook.js don't move smooth, its jittery 4 Answers
reset camera position mouselook 1 Answer
MouseLook won't work in Windows (Parallels) 3 Answers
Error BCE0051: Operater '==' cannot be used. Please Help! 1 Answer
Changing Z-Axis of camera 1 Answer