Search Issue Tracker
By Design
Votes
21
Found in [Package]
13.1.3
Issue ID
1386688
Regression
No
[URP] Decal Projector renders stretched out decal material
Reproduction steps:
1. Download and open the attached "FlokyDecalTest.zip" project
2. Open the "TestScene" scene
3. Observe the "Decalprojector" GameObject in the Scene view
Expected result: The "Decalprojector" displays the attached "Decal" material
Actual result: The "Decalprojector" displays a stretched, distorted "Decal" material
Reproducible with: 2021.2.6f1, 2022.1.0b2
Could not test with: 2019.4, 2020.3 (Project errors upon downgrading)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “ArgumentOutOfRangeException“ error when selecting 'TMP_InputField' content using keyboard in WebGL build
- Colliders are shown with incorrect scale when observed through the Physics Debugger Collision Geometry view
- Spot Light with 'Box' Shape stops working when it collides with Mesh
- Accepting Asset Store EULA endless loop in Package Manager window
- “InvalidOperationException: Sequence contains no matching element“ error when reenabling a custom Debug Draw Mode
Resolution Note:
This is by design. It happens, because decal projector direction and surface forms 90 angle. As decal projector uses projection on surfaces this creates inifnite stretch effect. This can be easily hided with option called "Angle Fade", which creates fade effect based on surface and decal angle.