What This Package does it allows you to edit and save settings on a application wide spectrum.
When in the editor you can go to window -> App settings and add and remove settings..
From there you can load up these settings in your app when running.
You can change values in the key value store at runtime but you can not save. (So its compatable for web players)
So any changes are runtime only.
The Code files are documented, and the example / test shows how to use it.
Any questions contact me on the forums (dimentox is my user name).
The reason this script came about is i did not want to hard code constants for things like facebook API settings etc.
Feel free to expand this and such...