Create an options scene to allow users to set the quality, resolution and full screen-ness (??) of the game. In this video we:
* Build UI for custom setting screen
* Serialize / deserialize the custom settings
* Create a singleton to load in the settings
* Apply the settings on load (default settings)
This tutorial builds on the following tutorials:
Serialization - • SAVE YOUR PLAYER!!! Intro to serializ...
Button and Event Handlers - • Unity 5 UI Tutorial - Button and even...
Toggle Buttons - • Unity 5 UI Tutorial - Toggle buttons ...
Dropdowns - • Unity 5 UI Tutorial - Dropdown List
Full code is on the BitBucket Git repository: https://bitbucket.org/sloankelly/yout...