Tiled Collisions

Hello,
I have a problem with Collisions which I made in Tiled and later
transferred to Unity and when the Player walks on the Collisions he/she
starts to do Barrel Rolls and it won’t stop. Please Help!

You’ll probably want to disable rotation on your player body. In Box2D terms, this would be by calling b2Body::SetFixedRotation.