kDecals icon indicating copy to clipboard operation
kDecals copied to clipboard

Projection Decals for Unity's Universal Render Pipeline.

Results 26 kDecals issues
Sort by recently updated
recently updated
newest added

I have a test repro scene for this but we have noticed the Decal Renderer feature causes a significant performance drop in our scene even with FFR on at its...

DecalData.material is read-only.

review

So I tried using this system with the instructions given on the wiki page, but my decal is not visible. (See attached screenshot). How can I fix this ? ![253245234523](https://user-images.githubusercontent.com/37701550/72558826-c4c08f00-38a3-11ea-8392-3d6d90ad46f8.PNG)...

review

Investigate overriding projection values per decal instance.

improvement

Currently the material preview for a decal material renders with a sphere. This is less than ideal, is there a way to render with a custom pass?

improvement

Add graphics tests to cover visual elements that cant be covered by editor tests. Investigate different ways to implement a graphics test framework. Tests to consider: - Projection matrix -...

feature