-
Notifications
You must be signed in to change notification settings - Fork 24
Scripts.QualityOptions
Wesley Haws edited this page Jan 1, 2017
·
2 revisions
##Scripts - QualityOptions
###What does this do?
Hides/Displays the current quality selection of the game. Also changes game settings based on the quality selected.
###Who/What is this for?
This is for the GUI root object only.
###Setup
Parameter | Type | Description |
---|---|---|
AA Filtering Button | GameObject | UI Button that will trigger if AA Filtering is on/off. |
Quality Buttons | GameObject List | List of buttons to display the graphic options. |
Current Quality Setting | GameObject | The gameobject that holds the UI that displays the current quality setting of the game. Changes this based on the quality button pressed. |
Error Dialog | GameObject | Gameobject holding the UI element that will display an error is something incorrect is done. |
On Error Disable | GameObject List | List of Gameobjects to hide when the error dialog is visible |
The following is a list of github repositories that made all of this possible:
delta patches: https://github.com/OctopusDeploy/Octodiff
.net 4 implemented in Monodevelop: https://github.com/mono/mono
Tuples In Unity: https://gist.github.com/michaelbartnett/5652076
Octodiff: https://github.com/OctopusDeploy/Octodiff
Input Manager: https://github.com/daemon3000/InputManager