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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.