Search Issue Tracker
Feature Request
Votes
0
Found in
2021.3.40f1
2022.3.35f1
Issue ID
UUM-74918
Regression
No
Visual Effect's Alpha Clipping is missing for shadows when a corrupted Shader Graph is used
Reproduction steps:
1. Open the attached “IN-78720_CorruptedSG.zip” project
2. Open the “SampleScene”
3. Observe the Scene view
Expected result: The “Fire” Visual Effect’s shadow takes into account ShaderGraph’s Alpha Clipping
Actual result: The “Fire” Visual Effect’s shadow does not respect ShaderGraph’s Alpha Clipping
Reproducible with: 2021.3.40f1, 2022.3.35f1, 2023.3.0a16
Not reproducible with: 6000.0.8f1
Fixed in: 2023.3.0a17
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
- Also reproducible in Player
- In 2023.3.0a17 or higher, converting the “Output Particle Quad” to “Output Particle ShaderGraph” solves the issue
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
- "ArgumentException: Unknown Type:`UnityEngine.SkinnedMeshRenderer`" Error thrown when a Subscene is open in a Scene
- Editor freezes on "Postprocessing IL for Assembly-CSharp" when compiling a script with an InputAction object referenced in a Managed Component
- UnityYAMLMerge fails to merge on some computers when some specific files are used
- [Android] The application freezes during the AssetBundle loading
- PlaneOcclusionShader Properties foldout does not display any content
Resolution Note:
This is a side effect of the unsupported shader keyword with ShaderGraph in Visual Effect Graph.
The support was only made available in 2023.3a17 and greater and won't be backported.
Before this version, the usage of Shader Keyword led to only a warning which should probably be considered an error
"(Keyword) blackboard properties in Shader Graph are currently not supported in Visual Effect shaders. Falling back to default generation path."
To fix this side effect, we recommend removing the shader keyword from the ShaderGraph blackboard.