Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nevermind !I finally found a way :

First, I Set the world in the class, not in the awake method.

Second : use "this.world.step(1/60);" in your update method so the world will apply the gravity correctly every 60 frames per second.

So yeah...

Have a nice day though !