Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

hello. where to see examples of using physics with a character? is there any documentation on the physics plugin? it is absolutely not clear how it is organized here.

(1 edit) (+1)

For character see the project example: RapierKinematicCharacter.c3p

For more implementations, look at other 'Rapier' project examples.

For general concepts, this addon is a small subset of the Rapier physics js library functionality.

For more information and general concepts of the Rapier library, see: