I was hoping this code would change the float of the player’s position to a full integer which would be stored in the variable Point. all I get is an error messsage. It says that Math doesn’t exist in the current context.
Just so you know, GUI.Label and the whole code-based GUI system is pretty old and no one ever liked it. The new “canvas” system allows you to just drag in a label (text), like a gameObject. It just says what it says and can be changed with (more-or-less) label1.text=“new value”;