Unity -- Stop Rigidbody from Moving Player

1

So I'm working on an RPG and I have some colliders which of course, don't work without rigidbodies. To stop rigidbodies from moving you, you must put constrains on positions, but then there is no collision... How do I fix this?

With constrains:

with constrains

Without constrains:

without constrains

DzoniGames

Posted 2016-03-20T09:46:05.183

Reputation: 9

No answers