#How to install UnityPhysics in 2023?

1 messages · Page 1 of 1 (latest)

spare hornet
#

Apologies if this is elsewhere, I had a bit of a search and couldn't find it:
Basically I was developing something with DOTS 2 years ago, using UnityPhysics. I'm trying to start a new project in DOTS and I am falling at this very early hurdles 😩

I've had a bit of a google and haven't found an up-to-date guide for how to actually install the dang thing so I can for example add a PhysicsShape to an entity in my game.

Cheers

desert abyss
#

https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/master/PhysicsSamples/README.md
The DOTS physics samples are probably a good place to start learning new DOTS way of doing things. In the #1064581837055348857 a lot of resources are pinned, like all of these links for example.
Also here's a link to the docs of the DOTS physics package: https://docs.unity3d.com/Packages/com.unity.physics@latest
And the requirements to get started: https://docs.unity3d.com/Packages/com.unity.physics@1.0/manual/getting-started-installation.html

spare hornet
#

perfect, thanks!

desert abyss
#

Np, good luck UnityChanThumbsUp