I am doing a small course for beginners about Unity 3D
here.
After importing all the assets from the unity asset store, as explained in the course, I get an error that probably shouldn't be generated, that says:
The type or namespace name 'UI' does not exist in the namespace UnityEngine
I have already searched for this problem but I have only found answers from older versions of Unity. I tried, as some said, to reimport all the assets and to close and re-open unity but both ways seem to not work for me.
This is the first line of code from the ChinemachineStoryboard file, that the compiler indicates:
public UnityEngine.UI.RawImage mRawImage;
The second one (line 32) is just a comment so i don't understand how it could affect anything, but just in case, here it is:
/// <summary>Image will be cropped if necessary so that the screen is entirely filled</summary>
2019.1.10
and you should stick to it. I had a very similar question lately but can't find it .. but basically it had exactly the same issue using the alpha version – Brahmi