Unity-Technologies / EntityComponentSystemSamples

Other
7.25k stars 1.62k forks source link

Fix Boids MergeCell ExecuteNext bug #274

Open iWoz opened 1 year ago

iWoz commented 1 year ago

I believe there is a typo when upgrade to ecs 1.0, we should add up add entity's forward and position, not the cellindex's.

image
stefank0 commented 6 months ago

introduced in commit 81d2629

bug