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
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
- Freeze/crash on DynamicHeapAllocator::Allocate when opening a specific project
- Text Settings Inspector sections names have no padding
- UI elements shrinking, misaligned buttons, swapped icons, or incorrect styles when rapidly cycling through Scenes in the Player
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.