Search Issue Tracker
By Design
Votes
0
Found in [Package]
12.0.0
Issue ID
1354013
Regression
Yes
[VFX Graph] [Shadergraph] Plugging Age into a Shadergraph property in a VFX graph with location set to "Source" causes errors
Does not repro in Version: 2021.1.16f1.2827.13
Repros in Version: 2022.1.0a3.470
Repro steps:
1. Use a project with HDRP
2. Create a new HDRP Lit graph
3. Create a float property on the graph and save
4. Enable "Support VFX graph" under graph settings in the graph inspector
5. Create a new VFX graph
6. Set the shader graph of the Output Particle Lit Quad to your HDRP lit graph
7. Create an Age (Property) node
8. Set the "Location" to Source
9. Plug Age into your shadergraph's property in the output node
10. Save
Expected result: The VFX graph compiles
Actual result: the VFX graph's generated shader errors in console
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note:
This is a limitation of the current design. We should be more explicit about the error.