Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
Votes
2
Found in
2022.2.0a13
Issue ID
UUM-4106
Regression
Yes
[OSX Metal] Particle System with mesh and URP Particle/Lit shader error
OSX Metal only. Windows DX11 is fine.
Steps:
1. Open attached project (20220506_urop.zip)
2. Open SampleScene
3. Select the particle system on hierarchy Or hit play to go into playmode
Actual: Particle System does not render and in console has error.
Metal: Vertex or Fragment Shader "Universal Render Pipeline/Particles/Lit" requires a ComputeBuffer at index 2 to be bound, but none provided. Skipping draw calls to avoid crashing.
Repro:
2022.2.0a13.1999 (e3635d035403)
Does not repro:
2022.2.0a11.1578 (ae333f9d9a71)
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
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
Resolution Note:
The issue is already fixed in 2022.2.0a16.
Cause was erroneous checking in metal backend.
Resolution Note (2022.2.X):
The issue is already fixed in 2022.2.0a16.
Cause was erroneous checking in metal backend.