Posts by Rafael Alcântara • 11 points
1 post
-
1
votes1
answer238
viewsA: Unity - "How to center and update all Game variables?"
If you’re using C#, here’s an idea: Create a class in the Singleton standard and use properties in that class. This way you can use them at any point in the game. (It can be a static class too, but…