How would i load my game with a set of options/parameters

Load that stuff in game instance, as this thing starts first.

Then set all variables you need that you just loaded.

Bet places to save variables:

ini file,

json file (great for storing for eg quest text etc),

or data assets (this is best if you for eg have two or more different setups that you are still testing) lie first person 3rd person camera etc.

1 Like