MultiplayerFPS-Tutorial
MultiplayerFPS-Tutorial copied to clipboard
SimpleActivatorMenu not working
When I try to fix the simple activator script, it says 'GUIText has been removed. Use UI.Text instead.' And then when I try it it says another thing.
When I try to fix the simple activator script, it says 'GUIText has been removed. Use UI.Text instead.' And then when I try it it says another thing.
Put using UnityEngine.UI; at the top of your script, then replace "GUIText" with Text.
Source: Unity Forum