i would like to add something like rigidbody on my character,
but rigidbody do not do the things i expected.
I want my character can walk on the map i created,
which means it can walking smooth on a plane(when i add the rigidbody, it do not walk smooth)
also able to walk up and down on slopes or stair.
And the main thing i want is player A and player B can overlap each other,
without action and reaction which rigidbody does.
How can i achieve these?
Thank you