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
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-531