Search Issue Tracker
Fixed
Votes
0
Found in
2022.2.0a11
2022.2.0b6
2023.1.0a8
Issue ID
UUM-12580
Regression
Yes
Error is thrown when creating the Visual Effect Graph
To reproduce:
- Open Unity and create the new "2D URP" project
- Install the Visual Effect Graph from the Package Manager
- In the Project View Right-Click and select Create > Visual Effects > Visual Effect Graph
- Leave the default "New VFX" name and confirm it with the Enter button
Expected result: The "New VFX.vfx" Asset is created without any issues
Actual result: The "New VFX.vfx" Asset is created and the Error is thrown in the Console window:
{code:java}
[Worker0] Metal: Vertex or Fragment Shader "Hidden/VFX/New VFX/System/Output Particle Quad" requires a ComputeBuffer at index 5 to be bound, but none provided. Skipping draw calls to avoid crashing.
{code}
Notes:
- Sometimes a different Error is thrown indicating different [Worker] or the index number, but everything else is the same
Reproducible in Unity 2022.2.0a11, 2022.2.0b6, and 2023.1.0a8
Not reproducible in Unity 2022.2.0a10
Regression in Unity 2022.2.0a11
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
- Nothing happens when Generate Material Property checkbox is clicked in the Shader Graph
- Handles in the Curve Editor are not visible when using Light Theme
- Terrain Brush 'Mask Texture' field Object Picker window doesn't have package assets hidden by default
- Memory usage increases with each selected object in the Object Picker window
- Blurred Text Shadows wrap around each letter when using offset and blur
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-531