Hi all,
As stated in this Unity Answers thread, the UnityEditor.UI is not accessible for import. "using UnityEditor.UI" does not compile.
http://answers.unity3d.com/questions/847994/unityeditorui-reference-missing.html
The problem in that thread was not propelrly understood so I am writing a forum post in addition.
Basically, I want to write a custom inspector for a new control, but I cannot specialize the UnityEditor.UI.SelectableEditor. The code for SelectableEditor shows...
UnityEditor.UI reference missing
As stated in this Unity Answers thread, the UnityEditor.UI is not accessible for import. "using UnityEditor.UI" does not compile.
http://answers.unity3d.com/questions/847994/unityeditorui-reference-missing.html
The problem in that thread was not propelrly understood so I am writing a forum post in addition.
Basically, I want to write a custom inspector for a new control, but I cannot specialize the UnityEditor.UI.SelectableEditor. The code for SelectableEditor shows...
UnityEditor.UI reference missing