can’t find the text element in my script in my inspector for a text box so it changes when i press play
code: here
can’t find the text element in my script in my inspector for a text box so it changes when i press play
You have errors in your script as per the message at the bottom of the screen. As such your script cannot be compiled and added as a component to the game object.
Fix the listed errors and you should be ok
Looking at your link to the code you are missing the entire class definition, opening and closing.