- Home /
I need help with a CharacterMotor script error in Unity5. This is formatted in Javascript.
Unity is giving me the following error:
Assets/Part 10 - Respawning/PlayerGUI.js(37,23): BCE0018: The name 'CharacterMotor' does not denote a valid type ('not found'). Did you mean 'UnityEngine.CharacterJoint'?
I have done as much research as possible and have come to no solution. I ended up here at the conclusion of my search for help. If you need/want me to post every instance of "CharacterMotor", then you need only ask. I am at a loss of what to do. This was an asset that was designed for a previous version of Unity by someone other than I, and thus far my tests regarding a solution have been inconclusive. Thank you very much for your time.
Is Character$$anonymous$$otor as UnityScript script? If not, try playcing it in the plugin folder. $$anonymous$$ake sure the PlayerGUI.js script has import UnityEngine in the header.