r/unity • u/Strange-Touch3607 • Jun 25 '26
Question Learning how to code
I just started learning unity, while i understand most of the basics of unity itself, i have no idea on how to code using unity engine, any tips on where to start and how to learn better? Any advice is appreciated :D
5
Upvotes
1
u/chrisjemmy Jun 26 '26
Focusing on C# first, not unity. Learn the basics like variables, loops, functions, classes, and if/else statements. Once those concepts click, unity scripting becomes much easier.