Hello again! I'm continuing to learn how to use DOTS to create parallel jobs, however, I am running into a bit of a difficulty. I've figured out how to modify DynamicBuffers of other entities in a Job using a BufferLookup, but when I try the same with a ComponentLookup to use other data, particularly LocalTransforms for read-only purposes, I get the error that the ComponentLookup has been invalidated by a structural change.
Is there some sort of other way to access component data of different entities like that during parallel Jobs? Any help would be much appreciated!
And if it's not possible to do so, is this an instance where parallel Jobs aren't appropriate?