I want to make an educational example creating floating particles that bounce off each other.
Does anyone know how I can disable gravity in Studio for this?
I want to make an educational example creating floating particles that bounce off each other.
Does anyone know how I can disable gravity in Studio for this?
Sorry, classical RTFM:
ecs.physics.setWorldGravity(world, 0)