TeamSangai the ants themselves will mostly just be particles, moving around and only having gravity if they move out of a cluster's zone. along with existing for only moments at a time.
Well, what i'm thinking is, AFAIK with physics, its either on or off.. you can create your own state machine in code that will flip the physics on or off depending on if it needs to interact, but doing this could have undesirable effects.
I'll let someone else chime if possible, but having a system where physics only applies for breif moments may have overhead issues, it could also cause odd behavior in runtime. you might be better off simulating gravity without physics, i'm not sure.