# SRP Policy

{% hint style="success" %}
We are generally migrating to URP as features are stable and community support has risen dramatically.
{% endhint %}

> We will mature our Universal Render Pipeline (URP) solution and stabilize the High Definition Render Pipeline (HDRP). Our long-term goal with our rendering pipeline is to have complete interoperability with all Unity features so there will be one way to build your scene with an ecosystem of tools to support users.&#x20;

\-- Unity Tech ( [Source](https://blogs.unity3d.com/2020/08/13/the-road-to-2021/) )

The SRP journey has been complicated, troublesome and extremely frustrating. Finally we are seeing some light at the end of the tunnel and have confidence in URP until the next significant milestone is achieved. **Built in is no longer recommended.**

Our Render Pipeline recommendation is the following:

<table data-header-hidden><thead><tr><th>Context</th><th width="110.333251953125">Built In</th><th width="138.6666259765625">URP</th><th>HDRP</th></tr></thead><tbody><tr><td>Context</td><td>Built In</td><td>URP</td><td>HDRP</td></tr><tr><td>Game: SoloDev (1)</td><td>NO</td><td>YES</td><td>NO</td></tr><tr><td>Game: Micro Team (2 - 4)</td><td>NO</td><td>YES</td><td>NO</td></tr><tr><td>Art / Experience : Artist Only</td><td>NO</td><td>YES</td><td>YES</td></tr><tr><td>Any Mobile Target</td><td>MAYBE</td><td>MAYBE</td><td>NO</td></tr></tbody></table>

Built-in is no longer recommended or supported. Public usage of it is on a steep decline.

HDRP is only recommended for either small art exposé or teams with dedicated low level graphics programmers on them and unusual art requirements. Expect updates to be cherry-picked.


---

# 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://lanefox.gitbook.io/cleverous/srp-support-policy.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.
