decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil
MIT License
4 stars 1 forks source link

Multiple Data Streams of the same type in the same job #245

Closed jkeon closed 1 year ago

jkeon commented 1 year ago

Builds off of #224.

While multiple DataStreams of the same type can now be on the same TaskDriver, you can't schedule a job with both data streams in the same job because AbstractJobConfig still works based on Type.

This task is to refactor the AbstractJobConfig and related aspects to work off of the DataTargetID that now exists.