How to disable Gravity in Studio *SOLVED*

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)

1 Like

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.