I’m trying to access the EventSystem component via script but the namespace suggested by the manual (Unity - Scripting API: EventSystem) cannot be found.
In other words what using statement must I use?
I’m using Unity 4.6.1f1.
I’m trying to access the EventSystem component via script but the namespace suggested by the manual (Unity - Scripting API: EventSystem) cannot be found.
In other words what using statement must I use?
I’m using Unity 4.6.1f1.
using UnityEngine.EventSystems;
Works fine for me.