0
When I will start learning how to work with unity
I started learning C# and I just finished the basic concepts. But the real question is, when I will start learning about the commands that Unity takes to start making games?
1 Answer
+ 1
C# course will teach you the language syntax and principles that you will use when you get to Unity.. Beyond that, Unity is it's own beast. You will need Unity documentation and google to use the unity specific stuff.
For instance, using Rigidbody is a Unity thing, not specifically a C# thing.
Keep working. You will get where you are going.