2D Egg Roll (Rotate) C#

Hey everyone.
I am looking to move an egg shape over a surface, but I’m not sure if I should be moving the egg or just trying to rotate the egg around itself, as the movement. I have an image of on egg, with a polygon collider on it.
So basically, I just need help rolling the egg along a surface.

Any help would be appreciated

Jack

1935458--125094--Capture.PNG

Just try to add a slight force to it, and see if it rolls the way you expect it to. rigidBody2D.AddForce() is what you want to use…

+1 for @PGJ_1 's response; I was just going to say the same thing. Question is, ‘how much force?’ Eggs don’t roll so well lengthwise… :slight_smile: