How do I get objects to move through another with rigidbody on?
I want an object to stand through the same spot as another object while both objects have a rigidbody and collider. How am I able to achieve this?
An example would be like in the game runescape where you can stand on another character. I also want/need gravity and collision with other objects.
Comment