Skip to content

Commit

Permalink
Update README.md with limitations (#229)
Browse files Browse the repository at this point in the history
- Fixes #194
  • Loading branch information
Ughuuu authored Aug 27, 2024
1 parent 68bad1e commit d44a4cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ After installing, go to `Advanced Settings` -> `Physics` -> `2D` or `3D`. Change
# Implementation Progress

This plugin is still being developed. See the [Implementation Progress](https://godot.rapier.rs/docs/progress/) to get an idea of what status it is in and what features it has.

# Limitations

- Pin Softness is not supported
- Double builds are disabled for now (until salva supports double builds)
- No support for asymetric collisions (eg. object 1 hitting object 2 but object 2 not hitting object 1). This is the exact check rapier does: `(A.layer & B.mask) != 0 || (B.layer & A.mask) != 0`

0 comments on commit d44a4cd

Please sign in to comment.