URP Render UI
URP Render UI enables seamless UI rendering within Universal Render Pipeline projects. This package provides the necessary tools and implementation to properly display UI elements using URP, supporting Unity 2018.3 and later versions with flexible installation options via Unity Package Manager or manual setup.
com.litefeel.urprenderui 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/urprenderui.git README Markdown
Copy this to your project's README.md
## Installation
Add **URP Render UI** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/urprenderui.git
```
[](https://www.pkglnk.dev/pkg/urprenderui)Dependencies (1)
README
URP Render UI
Display UI on Universal Render Pipeline
Install
Using UnityPackageManager (for Unity 2018.3+)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.litefeel.urprenderui": "https://github.com/litefeel/URPRenderUI.git#upm",
...
}
}
Using .zip file (for Unity 5.0+)
- Download
Source codefrom Releases - Extract the package into your Unity project
How to use?
Support
- Create issues by issues page (https://github.com/litefeel/URPRenderUI/issues)
- Send email to me: litefeel@gmail.com
No comments yet. Be the first!