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
- Memory leak occurs when focused on Player while using Direct3D12
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-531