Hi there, I’ve been following along with the course just fine up until this point but I seem to have hit a bug or other roadblock.
In Visual Studio (2019), after entering “using UnityEngine.UI”, I tried to type out “Text” just as Ben does, but when I type it out it does not turn teal (it stays white), which I believe means that it isn’t calling the “Text” from the UnityEngine.UI namespace.
I’ve confirmed that it is not working properly by finishing the line of code as it’s typed in the video and checking to see if I have the same functionality that Ben has in my Unity project.
Perhaps this is just the result of having a newer version? I’ve been using Unity v2019.3.0f6.
Any help would be appreciated, and I’d be happy to provide screenshots if needed.