I'm trying to build an app that will store a lot of variables (both strings and numbers), and I need the user to be able to assign the variables through a text input box. Specifically, there will be many input text objects with buttons next to them, and the variable will be assigned when the user types something into the text input and then clicks the button. I need the variables to remain global between scenes. How can I set this up?