Search Issue Tracker
Third Party Issue
Votes
0
Found in
2020.3
2020.3.2f1
2021.1
2021.2
Issue ID
1326132
Regression
No
[HDRP] Receive Decals and Receive SSR/SSGI properties are missing in ASE Material
How to reproduce:
1. Open the user's attached "TestProject.zip" project
2. Open the Test folder (Assets/Test)
3. Select the "Broken_Shader" Material in the Project window
4. Observe the properties in the Inspector window
Expected result: Receive Decals and Receive SSR/SSGI properties are visible
Actual result: Receive Decals and Receive SSR/SSGI properties are not visible
Reproducible with: 2020.3.5f1 (10.4.0), 2021.1.4f1 (11.0.0), 2021.2.0a14 (12.0.0)
Can't test with: 2019.4.24f1 (7.5.3) - Compiling Vertex program with DECALS_4RT errors in the Shaders
Note:
- Select the "Working_Shader" Material in the Project window to see that these properties are visible for this Material
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
This is an issue on Amplify code generation side, even though the toggles for Decal or SSR are enabled in the AES editor, the properties required for these options are not generated in the source code of the shader.