Reply To: Performance

NodeCanvas Forums Support Performance Reply To: Performance

#12439
Driiade
Participant

Checking the distance depend on how many gameObject you check.

If you have more than… 100 gameobjects, use SphereCollider to check. Because PhysicsX use QuadTree and space partitionning to handle ton of colliders :).