My Experience with Unity
I tried out Unity over this week, and I wanted to share my experience. I wanted to speedrun learning Unity within 3 days. I started with a Unity 3D video, which helped me get through the basics and learn core concepts.
Then I tried a Unity 2D tutorial, but I quickly realized that even though Unity supports 2D applications, it is not that easy for beginners. It is clear that Unity is mostly a 3D game engine. 2D mode also felt hard to use as a beginner.
I would recommend Unity for 3D games, but for 2D, I would suggest trying a different game engine, or possibly using Pygame.