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)
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.