Hi all,
I am experiencing some issues when trying to compile my scripts into a dll.
In previous versions I usually use "using UnityEngine.UI" and "using UnityEngine.EventHandler" but with the last update (4.6.1 f1), compilation action fails due it can't find the namespace.
What's wrong here? Do I need to change the path?
Thanks in advance.
I am experiencing some issues when trying to compile my scripts into a dll.
In previous versions I usually use "using UnityEngine.UI" and "using UnityEngine.EventHandler" but with the last update (4.6.1 f1), compilation action fails due it can't find the namespace.
What's wrong here? Do I need to change the path?
Thanks in advance.