Whenever i run the program, the objects using this model (i know its a broken model, my rigger is still working on it) all jump to position 0,0,0. I dont know why and it doesnt give me any error messages. Also, the controls dont work.
The project can be downloaded here. Its a unity 3.1 project. http://www.megaupload.com/?d=35CASTJF
Thanks in advance for any help.
Crud, I just realized i uploaded the wrong project folder
http://www.megaupload.com/?d=B5QF76N0
Thats the one im having trouble with.
Was your character modeled at 0,0,0 in the 3D modeling program you are using? If your model is located elsewhere, it could cause problems when you bring it in to Unity.
You have a lot of script errors that occur. Have you tried fixing these before getting your character to move? You need to fix those errors if you want any scripts to work - when I removed the errors and slapped the character scripts on a capsule in Unity, the capsule moved just fine.
The errors are with the beef, shrimp, chicken and life variables that you are passing between scripts - variables need to be static in order to be passed between scripts.
Hope this helps.