C# course and relation to Unity | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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