Search Issue Tracker
Fixed in 2022.2.X
Votes
1
Found in
2021.2.0b2
2021.2.8f1
2022.1
2022.2
Issue ID
1393842
Regression
Yes
VFXCommon.hlsl shader errors on creating VFX graph
Steps to reproduce:
1. Create a new URP project or open an existing one
2. Install Visual Effect Graph package
3. Create a new VFX graph (Create -> Visual Effects -> Visual Effect Graph)
Expected result: The graph is created without any errors or warnings
Actual result: And error and 3 warnings are produced regarding shader compilation
Reproducible with: Visual Effect Graph 12.0.0 (2021.2.0b2), 12.1.0 (2021.2.0b16), 12.1.3 (2021.2.8f1), 13.1.2 (2022.2.0b2), 13.1.3 (2022.1.0b2)
Not reproducible with: Visual Effect Graph 10.7.0 (2020.3.25f1), 11.0.0 (2021.2.0a1), 12.0.0 (2021.2.0b1)
Notes:
- Reproducible on Windows and macOS
- Errors produced are:
"[Worker0] Shader error in 'Hidden/VFX/New VFX/System/Output Particle Quad': Couldn't open include file 'Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.hlsl'. at line 1013"
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
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
Resolution Note (fix version 2022.2):
Fix is available from 2022.2.0a10 onwards