Issue with Standart Assets

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

Hi Kostiantyn, welcome to the community :slight_smile:

Your error message suggests a typo…

“Standard” not “Standart”

Hi Rob!

Thanks a lot :slight_smile: sorry was my mistake

1 Like

No problem at all, we all these moments :slight_smile:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms