Hi! I’m making a game right now and I’m currently facing a little bit a problem.
In this game, you play as a mammoth, and you are able to control the trunk with the mouse. You can suck and shoot and do other trunky things. The trunk is made up of a series of joints that are all physics objects and it works fine. I’ve been moving the mammoth with transform.translate since applying force to the body of the mammoth really inhibits your ability to control the trunk. But since I’m translating the position the player can walk right through the walls that are meant to serve as a boundary.
Is there a good way around this?
Thanks in advance!