MultiplayerFPS-Tutorial icon indicating copy to clipboard operation
MultiplayerFPS-Tutorial copied to clipboard

SimpleActivatorMenu not working

Open Unity8Me opened this issue 4 years ago • 1 comments

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.

Unity8Me avatar Mar 08 '21 14:03 Unity8Me

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

GCPins avatar Mar 18 '21 16:03 GCPins