freezy / VisualPinball.Engine

:video_game: Visual Pinball Engine for Unity
https://docs.visualpinball.org
GNU General Public License v3.0
393 stars 62 forks source link

Create decal rendering system for Universal Render Pipeline #253

Closed Pandelii closed 3 years ago

Pandelii commented 3 years ago

The URP does not support decals at the moment. Since this will likely be a very common approach for table graphics, details and lights, a system will need to be created for adding them.

Roland09 commented 3 years ago

Unity added Decal improvements for URP and HDRP in the latest alpha releases.

URP:

https://portal.productboard.com/unity/1-unity-platform-rendering-visual-effects/c/33-decals

HDRP:

https://portal.productboard.com/unity/1-unity-platform-rendering-visual-effects/c/603-decal-ux-improvements

freezy commented 3 years ago

Looks like it's in: https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@12.0/manual/renderer-feature-decal.html

Closing :)