decline-cookies / anvil-unity-dots

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

Post Entities 1.0 - Think about removing ParallelAccessUtil #299

Open jkeon opened 8 months ago

jkeon commented 8 months ago

With Entities 1.0 we get access to JobsUtility.ThreadIndexCount and JobsUtility.ThreadIndex.

Those two more or less make ParallelAccessUtil redundant. It can probably be removed.