lakatop / UnityNavigation

0 stars 0 forks source link

Fix collision detection #39

Closed lakatop closed 8 months ago

lakatop commented 8 months ago

Collision detection using quadtree was fine, when I was creating paths with size of simulation step. But now with fixed update, I must come up with different approach that will detect collisions for the fixed time between updates.