Search Issue Tracker
Not Reproducible
Votes
4
Found in
2019.2.0b1
2019.2.0b3
Issue ID
1156032
Regression
Yes
Missing Namespace UI error appears when a script tried to use UnityEngine.UI
After running through a few packages in the Assets Store, loading and unloading packages and DLLs, I got into a state with my project when Unity doesn't recognise "using UnityEditor.UI" in all the scripts in the Google Cloud Vision project.
This does not happen when i freshly install the Google Cloud Vision asset in a fresh new project.
To reproduce the error in the console:
- download this project
- open it with Unity 2019.2.0b3 or 2019.3.0a3 on Windows 10
- notice the compilation errors:
Assets\FrostweepGames\GCSpeechRecognition\Examples\Example\Example.cs(4,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
Reproduced with Unity 2019.2.0b3 and 2019.2.0a3
Cannot reproduce in Unity 2019.1.0f2, 2019.3.0a2, 2019.2.0a14
Comments (64)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
rh_galaxy
Jun 01, 2019 10:33
The very same happens for me. Just create a new project and install latest 'Oculus Integration' from Asset Store, last working on 2019.2.0a7 (with a prev version of OI). Latest Oculus not working on 2019.1.4f1 and 2019.2.0b4. Not much option left than keeping to an old version of both, but i'm having problem with 'OculusVRCValidator --test TestSubmitFramesWhenNotVisible' so would like to update to latest and test.
bsimoes
May 27, 2019 13:52
UnityExtensions/GUISystem is missing for 2019.3.0a3
foq1978
May 26, 2019 10:23
I am having the same issue (2019.3.0a3 ). Any news on that?
sgamerw
May 24, 2019 07:33
2019.3.0a3 has the same issue.