Yeah, I realized what I did. I feel kind of dumb, haha. Anyways I'm having another issue.
In my resources tab on the ribbon there is no "Manage Global Variables" option. I also seem to be missing some other small things from the interface; I only have "Animator" and "Layers" in the bottom right. I haven't modified the interface so why is this?
Also, how do I reference a global variable in my code? Say I want to increase the player speed by a global variable called FASTMODE, moving the player by "Player.X - ((200 + FASTMODE) * TimeDelta)" doesn't work. It says FASTMODE cannot be referenced or something similar so I'm assuming the error is with my syntax.