Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2022.2.0a16
2022.2.0b6
2023.1.0a8
Issue ID
UUM-12581
Regression
No
2D VFX are not rendered when Graphics API is set to OpenGLCore
To reproduce:
- Download the "My Project (108).zip" and open it in Unity
- Open the "SampleScene" scene
- Enter Play mode
Expected result: Unity Editor enters Play mode and 2D VFX is shown in the Game view without any issues
Actual result: Unity Editor enters Play mode, 2D VFX is not shown in the Game view and the Error is thrown in the Console window:
{code:java}
VFX Rendering requires compute shaders and compute buffer inputs at vertex stage (maxComputeBufferInputsVertex). No rendering will occur
{code}
Notes:
- This issue happens when using OpenGLCore Graphics API
Reproducible in Unity 2022.2.0a16, 2022.2.0b6, and 2023.1.0a8
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Works on Windows OpenGL Core, GLES 3 on Android.
OpenGL Core is deprecated on macOS
Resolution Note (2023.1.X):
Works on Windows OpenGL Core, GLES 3 on Android.
OpenGL Core is deprecated on macOS