Graphics Control
  • Welcome
  • Get Started
    • Import the package
    • Explore the Sample
    • Modify the settings
    • Writing Custom Settings
      • Example 1: Writing the Soft Particles Setting
      • Example 2: Writing the Shadow Setting
Powered by GitBook
On this page
  1. Get Started

Modify the settings

PreviousExplore the SampleNextWriting Custom Settings

Last updated 1 year ago

Go to Edit->Project Settings->Graphics Control. Here you can define the prefab that will be used to create the Graphic Settings Manager, control whether it should be created automatically when the game is started and also set the prefab used for the Graphic Settings Panel.

Double click the Graphic Settings Manager prefab to open it. Notice that each setting available has its own component, providing you with some default settings. If you want to remove a setting from the game you can simply remove the associated component here. Additionally if you want to add a setting to the game, click AddComponent->Graphics Control->Settings and select the one you need. The order of the components is the order that will be used by the Graphic Settings Panel.

Graphics Control Project Settings
The Graphic Settings Manager