Game Settings
The settings can be located under Candy Merge/_Config/Settings/Resources/Game Settings
The game settings is currently empty but can be expanded upon if you wish to use it. It will hold all settings data that will be changed during runtime, such as score or player's name.
Adding a new property
To add a new property you can add the following:
You will notice that you can't edit this in the inspector. The only way to edit it is inside a script by calling the following:
To later get the value, you can type:
Last updated