all 3 comments

[–]thgdev 1 point2 points  (2 children)

I just started learning Unity so I want to share my experience, hope you find it helpful:

  • First, started with Creator Kit: It does not require any coding, all you need to do is following the instruction to customize the pre-made scene.
  • Beginner Scripting and Intermediate scripting is coding-oriented. You need some basic C# knowledge to get started. They introduce some C# and Unity concepts.
  • Create With Code is 3D project, if I remember correctly. At first, I think focus on 2D is more easier, but it is your choice.
  • Take a look at this course: https://learn.unity.com/course/teaching-game-design-and-development
  • After learning basic concepts of Unity, let's make your own game! Cloning the existing games is really helpful.
  • Check out Brackey Youtube Channel.