Trying to make a queue system where Agents line up at a Resource and the queue has a cap.
Currently its
- Agents find a target in a job then
- ComponentLookup Resource has queue incremented up within that job
Dynamic buffer has issue as it needs command buffer so the queue will be overfilled before it takes effect.
Is there a better way than directly modifying via ComponentLookup?