Hi guys,
Please help to understand how to correctly to operate with assets scripts.
I have added like specified in course UnityStandartAssets and everything is cool, but in my custom script which I have created for my Ship, I cannot use it.
EX :
using UnityStandartAssets.CrossPlatformInput;
Assets/ControllerShip.cs(4,7): error CS0246: The type or namespace name ‘UnityStandartAssets’ could not be found (are you missing a using directive or an assembly reference?)
Why I have this issue? or how correct fix it?
P.S. I have this folder in my assets