> For the complete documentation index, see [llms.txt](https://pbr.omnishade.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pbr.omnishade.io/documentation/getting-started.md).

# Getting Started

#### Configuration

Ensure the **Shader Variant Limit** in *Project Settings→Shader Graph* is set to **100,000**.  After setting this, it may be necessary to re-import the shaders (*OmniShade PBR* and *OmniShade PBR Transparent*).

The shader supports Built-In, URP and HDRP pipelines.  The latest version is by default initially configured to work with all three.  If you are getting errors or the materials in the sample scene appear magenta, then you may need to configure your setup:

* For **URP pipeline**, if you need help installing URP, follow the [Unity URP Installation Guide](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@15.0/manual/InstallURPIntoAProject.html).
* For **Built-In** or **HDRP** pipeline, you may need to configure the shader's Active Targets.  To do this, open *OmniShade PBR.shader* in Shader Graph.  Under [Graph Settings](https://docs.unity3d.com/Packages/com.unity.shadergraph@10.8/manual/Graph-Settings-Menu.html), press the ➕ to add **Built-In** or **HDRP**.  For the settings, copy the same from URP (set Custom Editor GUI to **OmniShadePBRGUI**, Alpha Clipping is On), and save the graph.  Repeat the same for the *OmniShade PBR Transparent.shader.*
* <mark style="color:purple;">**For improved shader build times and performance, remove the Active Targets that you do not need (ie., remove Built-In if you only use URP, and vice versa).**</mark>

#### Usage

Start by opening the sample scene in *OmniShade PBR/Sample Scene URP/Sample Scene.unity*.&#x20;

1. Feel free to move the camera around and browse the sample materials in the scene, and experiment with the shader's parameters to get an idea of what the shader can do.
2. For more details, refer to the [Features](/documentation/features.md) and [FAQ](/documentation/faq.md).
3. Start creating your own materials with OmniShade PBR.  You're on your way!

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pbr.omnishade.io/documentation/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
