New to Unity and still recovering from upgrading to 3.4.
I upgraded to 3.4 and then started Unity and selected my game to load.
Immediately got hit by a bunch of errors from standard asset scripts. Learned (with forum help) I had to delete and reimport them.
Now I have the following remaining error:
Assets/WCW/Scripts/Khelna_FPSController.js(1,21): BCE0018: The name 'CharacterMotor' does not denote a valid type ('not found'). Did you mean 'UnityEngine.CharacterJoint'?
Here is the line of code:
private var motor : CharacterMotor;
What happened to CharacterMotor in 3.4? Is there documentation that I have missed that tells me what I should do?
Thanks for any help.
↧