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
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
- [sw-unity-6-1] Scene view renders any light differently when more than one camera exists and neither have the "MainCamera" tag
- Project tab navigates to the previous folder when undoing (CTRL+Z) GameObject placement in the Scene
- Blue lines appear on the sides of the "Fit Canvas" or "Fit viewport" button when it's clicked in the UI Builder.
- PlayableDirector's state remains set to Playing even when the timeline's time property exceeds its duration.
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-531