So I am creating a mario party game with some friends and I having problems with the process of making a Game instance. How would I create a game instance to save widgets and their data, player data, and player position on a level while in another level playing the mini game?
You create it like any other game instance ( have a look at youtube ).
Once you have it, you can put variables in it.
When you change levels, the game instance doesn’t change. That’s why it’s good for this sort of thing.
Remember to choose your game instance in the project settings, unless it won’t work.
Any video recommendations?