First person Character Controller Script Error,
Hi
I'm new to unity and I've installed the standard assets and the FPSController but I'm getting to of error messages:
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(13,42): error CS0246: The type or namespace name 'MonoBehaviour' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(11,6): error CS0246: The type or namespace name 'RequireComponentAttribute' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(11,6): error CS0246: The type or namespace name 'RequireComponent' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(12,6): error CS0246: The type or namespace name 'RequireComponentAttribute' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(12,6): error CS0246: The type or namespace name 'RequireComponent' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(11,31): error CS0246: The type or namespace name 'CharacterController' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(12,31): error CS0246: The type or namespace name 'AudioSource' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(245,46): error CS0246: The type or namespace name 'ControllerColliderHit' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(15,10): error CS0246: The type or namespace name 'SerializeFieldAttribute' could not be found (are you missing a using directive or an assembly reference?)
Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(15,10): error CS0246: The type or namespace name 'SerializeField' could not be found (are you missing a using directive or an assembly reference?)
etc etc
I'm on a mac Unity Version 2.4.1 (2.4.1)
Thanks
Dan ,