Unity Physics Joints
UPM package of the joints components from the official EntityComponentSystemSamples
com.johanhelsing.unityphysicsjoints 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unityphysicsjoints.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity Physics Joints** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unityphysicsjoints.git
```
[](https://www.pkglnk.dev/pkg/unityphysicsjoints)Dependencies (1)
README
Unity Physics Joints
This is almost a clean copy of the code in the official unity physics samples. Wrapped so it can be installed as a UPM package.
I expect this or a similar API will be made available as public API at some point, this is just something to use in the meantime.
Changes to the original version
- Added component menus
- Added entity conversion requirement
No comments yet. Be the first!