# Welcome

<figure><img src="/files/N7RXjPeVDFmc8T4h5cjh" alt=""><figcaption></figcaption></figure>

Graphics Control is a modular graphics settings system for Unity.

It helps you add common graphics options to your game, such as resolution, fullscreen mode, quality level, VSync, and post-processing toggles. The package also includes a ready-to-use settings panel prefab with keyboard and gamepad navigation support.

Graphics Control is designed to be useful out of the box, but also easy to extend. You can use the included settings, remove the ones you do not need, add your own custom settings, and decide how each setting should be applied in your project.

### What is included?

Graphics Control includes:

* A persistent `Graphic Settings Manager` prefab.
* A configurable `Graphic Settings Panel` UI prefab.
* Common display and quality settings.
* URP post-processing toggle settings.
* A default save system based on `PlayerPrefs`.
* Base classes for writing custom settings and custom storage components.

### Common use cases

Use Graphics Control when you want to:

* Add a graphics options menu to your game.
* Let players change resolution, fullscreen mode, VSync, or quality level.
* Let players enable or disable selected post-processing effects.
* Save and restore graphics preferences automatically.
* Extend the system with project-specific settings.

### Next steps

If you are using Graphics Control for the first time, start with [Installation, Requirements, and Core Concepts](/graphics-control/getting-started/installation-requirements-and-core-concepts.md), then follow the quick start.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ilumisoft.gitbook.io/graphics-control/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
