How to get BufferFromEntity from ComponentSystem?

GetBufferFromEntity() is only available in JobComponentSystem.

1 Like

I believe it may be on ComponentGroup now? Can’t check from work atm.

It doesn’t make a lot of sense as you can just use EntityManager.GetBuffer if you’re not using a job.