Can anyone tell me where there might be some info on physX and using it in unity?
Like how to’s? or learning doc’s? anything.
Thanks in the advance.
Can anyone tell me where there might be some info on physX and using it in unity?
Like how to’s? or learning doc’s? anything.
Thanks in the advance.
Typically you don’t explicitly use PhysX. You use rigidbody and collider and OnCollisionXXX. Unity does the PhysX stuff internally.