I need to access 7 components + Entity and nativeThreadIndex
Is there a way to do this? Or do I need to not go .ScheduleParallel() so I can free up an extra argument and remove nativeThreadIndex
I need to access 7 components + Entity and nativeThreadIndex
Is there a way to do this? Or do I need to not go .ScheduleParallel() so I can free up an extra argument and remove nativeThreadIndex
You can use IJobChunk for that requirements.
Custom delegates Using Entities.ForEach | Entities | 0.16.0-preview.21.
Can’t believe I missed that, thank you @snacktime !