- Home /
Player getting stuck in corners
Any idea on how to fix this? I'm using the standard assets rigidbody controller. The building is made with probuilder. The building doesn't have a rigidbody. I'm using discrete as the collision mode on my player.
image-2021-11-02-175001.png
(282.7 kB)
Comment
Is there too much friction in the player's physical material? Friction can be reduced if it doesn't matter to gameplay. You can create a physical material and assign it to the player's collider:
Also, the problem may be in the movement script itself, so if the matter is not in the material, then it is advisable to show the code responsible for the movement.
physicmaterial.png
(16.8 kB)