P
P
Pavel Buglaev2017-04-27 23:08:02
IT education
Pavel Buglaev, 2017-04-27 23:08:02

How to start creating games with Unity?

I want to become a game developer... I don't know where to start. I'm thinking of reading How to Program in C++ (Deitel, fifth edition) first. Which languages ​​should be learned first and in what order?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Espleth, 2017-04-27
@Pavel003

The first and main skill in programming is to learn how to google. There you can learn a lot of interesting things. For example, the fact that Unity uses C #, not C ++, and it's worth learning.
IMHO programming languages ​​are best learned from books. You can google them too, but here are a few books for you to explain:
- Head First C#. The book is written in easy, a little "childish" language. It is good because it contains exercises, and it is very good to support theory in programming with practice. You can skip the places where WinForms and WPF are talked about, they are not used in Unity (but they will be useful nonetheless).
- C# Troelsen. A good, more "serious" book. I recommend it if you are going to take it seriously.
- C# Schildt. Many people like to advise her, but as for me, this book is more suitable as a reference book than a textbook.
In any incomprehensible situation, google and look at the documentation (MSDN).
After that, I advise you to start learning Unity (and not at the same time, so that there is no mess in your head). Video tutorials are well suited here, there are tons of them, Google to help. Well, there are cool tutorial articles on Habré. Also, the official Unity video tutorials are pretty cool.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question