help with badly bouncing actors
Greetings,
I am having a problem with bouncing actors. I have two player controlled actors that when they touch each other they bounce off. In the same game I also have a player character and other actors that chase the player. when i stop controlling the player and let the other actors touch him, he bounces off of them. I have tried changing the bounciness and friction and the like but nothing seems to make a difference. please help!
Thank you!
Comments
Try increasing the density of your player controlled actor to 1000 and decrease the density of the character actors to 10 and see what happens. It will take some experimenting with different values for Density, Friction and Bounciness of all your actors to get them to behave realistically in your game.
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template
If you want him to hold still entirely, you can make it so that when no controls are pushed, his X velocity is Constrained to Zero.
Thanks for the help! Sorry it takes me so long to reply!