I started to convert the old GetEntityQuery + explicit Job declaration structure to the new Entities.Foreach + With builder version and I noticed that even though the lamba parameter has ‘in’ modifier the EntityDebugger window still shows that the component has ReadWrite dependency.
Is that the correct behaviour?
Should we keep using the explicit version when we want a ReadOnly behaviour?
Picture was taken from the Samples/HelloCube/1. Foreach script.
