Hello.
Everytime i add the standars assets i get compiler errors. I have reinstalled unity several times, it works fine without the standard assets, but as soon as i install them i get theese errors:
Assets/Standard Assets/2D/Scripts/Platformer2DUserControl.cs(3,27): error CS0234: The type or namespace name CrossPlatformInput' does not exist in the namespace
UnityStandardAssets’. Are you missing an assembly reference?
Assets/Standard Assets/Cameras/Scripts/FreeLookCam.cs(3,27): error CS0234: The type or namespace name CrossPlatformInput' does not exist in the namespace
UnityStandardAssets’. Are you missing an assembly reference?
Assets/Standard Assets/Utility/ForcedReset.cs(4,27): error CS0234: The type or namespace name CrossPlatformInput' does not exist in the namespace
UnityStandardAssets’. Are you missing an assembly reference?
Assets/Standard Assets/Utility/SimpleMouseRotator.cs(3,27): error CS0234: The type or namespace name CrossPlatformInput' does not exist in the namespace
UnityStandardAssets’. Are you missing an assembly reference?
Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplaneUserControl2Axis.cs(3,27): error CS0234: The type or namespace name CrossPlatformInput' does not exist in the namespace
UnityStandardAssets’. Are you missing an assembly reference?
Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplaneUserControl4Axis.cs(3,27): error CS0234: The type or namespace name CrossPlatformInput' does not exist in the namespace
UnityStandardAssets’. Are you missing an assembly reference?
Assets/Standard Assets/Vehicles/Car/Scripts/CarUserControl.cs(3,27): error CS0234: The type or namespace name CrossPlatformInput' does not exist in the namespace
UnityStandardAssets’. Are you missing an assembly reference?
This in on a fresh installation, gotta say thumbs down to Unity for this, if it wasnt for alle the money i invested in assets, is move on to different software by now.