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
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
- Crash on ExtractActiveCasterInfo when navigating the scene view in a project with specific lighting data
- Build Profile name increments when numeric suffix is removed from duplicate Profile name
- "Unrecognized block header in profiler data file, stopping deserialization" error is shown and no more profiler data is recorded when the Player is connected and profiler recording is enabled/disabled few times
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-531