Tutorial for beginners?

Is there any tutorials out here for beginners making their 1st game using Unity?

Which language is more suitable for game development?
Which language is more appropriate to learn for beginners?

Links of tutorials for first timers (just to name a few)

Here’s my 2 cents:

  1. What language is more suitable for game development?
  • English. Just kidding. For me, any programming languages is fine just as long you know how to use them to make a game. Don’t really limit yourself to one language. Try to get a feel of each language and see what you’re comfortable with. However if you are targeting a specific platform, you will have to see what languages are available to you.
  1. Which Language is more appropriate to learn for beginners?
  • I personally find that everyone is different when it comes to this. I started out with C and thought that was fun to start with. I’ve met a few who started with C++ and even JavaScript(not UnityScript). For this you have to get your hands dirty and see which language you find easy to start with. In the end, a language is just a language, it’s how you structure and make the game run efficiently is what counts(Some may disagree but it’s just my 2 cents).

If you do want that bit of push, I do advice starting out with JavaScript for Unity. It should be easy to understand. If you plan to use something other than unity in the near future, you can try C#. I think the discipline of coding in it can be applied to other languages.

Finally, once you have the ball rolling, don’t stop rolling. Look at how people code or make their games. Learn the workflow of making a game. Learn the discipline of coding(I really can’t stress this enough). Trust me, you’ll be better at it as you do more.