When i put the code in for the first tutorial of the Hack Slash RPG - A Unity3D Game Engine Tutorial at burgzergarcade.com it makes the scripts for the firstpersoncontroller stop working.
Could you post the code that you’ve inserted?
Any errors in Unity console?
Well unity say’s,
the associated script cannot be loaded.please fix any compile errors and assign a valid script.This happens for these four scripts mouselook ,mouse look,Character motor,FpsInput Controller script
For my script named PlayerHealthScript it says Unity engine.GUI
does not contain a definition for Box
Here is the script.
GUI.Box does exist, GUI.BOX as in your code snippet doesn’t.
What is wrong with the script?
I thought it was quite obvious with my post.
GUI.Box is not the same as GUI.BOX !