GameSettings
As mentioned above, there is a root data object named GameSettings – an instance of GameSettings class.
It specifies how all settings will be loaded. From the screenshot below it can be seen that GameSettings asset should be inside the Resources folder and is loaded when it is called for the first time.
This class is frequently used therefore to simplify reference calls (something like GameSettings.Instance.Levels) StaticSettings class was created.
For example, if you want to get LevelSettings somewhere in the code, you should call S.Levels. S for the first character of StaticSettings.
Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad