C
C#3w ago
Moon

How to learn c# for unity?

?
7 Replies
MODiX
MODiX3w ago
leowest
step 1, learn c# without unity step 2, learn the fundamentals well step 3, practice a lot with console apps step 4, find your weak spots, ask questions, and improve step 5, learn unity as its, its own beast step 6, ??? step 7, profit
Quoted by
<@1102729783969861782> from #chat (click here)
React with ❌ to remove this embed.
leowest
leowest3w ago
C# Fundamentals for Absolute Beginners
Learn C# programming from an expert in the industry. Get the tools, see how to write code, debug features, explore customizations, and more. For newer videos head over to&nbsp;dot.net/videos
leowest
leowest3w ago
$helloworld
Moon
MoonOP3w ago
i studied c i wanna know how to leran : rb = GetComponent<Rigidbody>(); and if (Input.GetKeyDown(KeyCode.Space) && isGrounded) all these suff
leowest
leowest3w ago
u go thru the unity paths and docs https://learn.unity.com/pathway/unity-essentials
Unity Learn
Unity Learn
Free tutorials, courses, and guided pathways for mastering real-time 3D development skills to make video games, VR, AR, and more.
Fayoka
Fayoka3w ago
my suggestion is always to just learn to code first; whatever it's indeed C, or c#, javascript what ever just understand how it works, as this will for sure be the hardest part in the field, if you got a strong foundation you can return back to game development and start to learn a engine. and why I think this way is because it's just way to overwhelming if you do it all at once. ´´´ rb = GetComponent<Rigidbody>(); and if (Input.GetKeyDown(KeyCode.Space) && isGrounded)´´´ This right here, is on the one side so simple, but you will never get it if you don't understand how variables, enums, events and so on work

Did you find this page helpful?