I’m using GhostControl attached to bullets to detect collisions with a rigidBody. Every time a bullet moves, so does the GhostControl - and that is very slow. I can have 240 bullets at a time, but even at 100, the fps can fall down to 2. How can I optimize this?
Use ray tests for bullets, not objects
Ok 10x