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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
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.