I’m using Unity3d version 2022.1.0f1 on MacOS on a project I began a couple of years ago on a Linux machine.
I am working in 2D and have things with rigidbody2d components. When I play the scene, nothing falls downwards.
I created a brand new minimal project. Gravity doesn’t work here either. I created a brand new project. I specified that it should be a 2D project. I added a GameObject>2D Object>Sprites>Circle. I coloured it white. I added components Circle Collider 2D and Rigidbody 2D. All using defaults which include Body Type=Dynamic. I clicked on “Game”. Nothing happens. The circle does not move.
Screenshot of simple scene with one object.