Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 672 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 672 Bytes

Rapier for Unity

This package lets you simulate physics in unity using Rapier.

This is useful for when you want to run physics in non-unity clients for validation. E.g. Server Authoritive setup with client side prediction. An example of excellent use is running Rapier on a SpaceTimeDB server, and when syncing it with a client also running Rapier.

Overview

Quick showcase:

overview.mp4

Note how it acts just like normal Unity! and it even supports raycasting!

raycast.mp4