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 - Update all CDFE and DBFE usages #298

Open jkeon opened 8 months ago

jkeon commented 8 months ago

To improve main thread performance, we should be creating

in the OnCreate of systems or the init of TaskDrivers.

Then in OnUpdate of systems or the scheduling of TaskDriver jobs, then we should just call .Update(ref system)