'GUIText' is obsolete: 'GUIText has been removed. Use UI.Text instead.'

Should hopefully be a super simple fix, but I am super new to Unity. Taking an entry-level course and the videos are outdated. Unity is currently on 2019.whatever, and they’re asking me to use Standard Assets which are from 2018. I keep receiving the error:

"Assets/Standard Assets/Utility/SimpleActivatorMenu.cs(11,16): error CS0619: ‘GUIText’ is obsolete: ‘GUIText has been removed. Use UI.Text instead.’ "

I’m not sure where or how to fix this, but I’d appreciate the help.
Thanks!


You should use the version of Unity that the tutorial was made for. If you do that, you won’t get those errors.

1 Like