- Home /
An weird question!
When I try to use:using UnityEngine.UI;
I got the error message as shown below:
Assets/oliviaclientscript/PanelManager.cs(3,19): error CS0234: The type or namespace name UI' does not exist in the namespace
UnityEngine'. Are you missing an assembly reference?
What's the matter?
Comment
which version of unity are you using? the new ui exists in 4.6+
Your answer
Follow this Question
Related Questions
UnityEngine could not be found? 7 Answers
Can I read the UnityEngine Library? 2 Answers
Why can't I use Texture2D? 1 Answer