C# course and relation to Unity | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

C# course and relation to Unity

I want to make a game on Unity, that’s why I started learning C#. But I realized that they’re teaching me things that have to do with the console and I’m not sure if I will use most of it. Like in Unity “Console.WriteLine” would’ve be used unless you are trying to remember things from code and you don’t want to go back and forth. Will this help me with Unity or just teach me new things about C#.

18th Dec 2023, 2:49 PM
ThunderHawk
ThunderHawk - avatar
2 Answers
+ 3
or you can dive straight into unity coding and look up things you don't understand after or while learning the basics of c#. Try this link. https://unity.com/how-to/learning-c-sharp-unity-beginners Coding things that are a bit beyond your capability will give you a metric on what you know or how much you need to learn.
18th Dec 2023, 11:47 PM
Bob_Li
Bob_Li - avatar
+ 5
It's quite common learning how to write console applications before going in to more advanced things in a programming language. You need to learn the foundation first!
18th Dec 2023, 4:37 PM
Jan
Jan - avatar