i cant seem to learn unity C# can anyone pls tell me how to learn

i cant seem to learn unity C# can anyone pls tell me how to learn

If you’re new to programming in general, Unity can be quite overwhelming. I’d recommend you work through a series of tutorials that focuses on the fundamental concepts of programming in a command line environment so that you don’t end up getting frustrated and giving up prematurely.

2 Likes

How to learn? Honestly, that’s like asking how to diet. Only you can figure out what works best for you. Do you do better with hands on examples? Videos? With someone teaching you? Either way, start with basics and work your way up. Don’t try to rush into things or think you’re going to build the next AAA title. Start simple and you’ll get there.

2 Likes

Do tutorials. Lots of them. Start with the easy ones on Unity3D. If you get through a tutorial and forget what’s in it, GO BACK and do it all again, but this time pay attention and explain to your dog or cat what each part means.

See my avatar? That’s me explaining to Higgins how Components are added and removed from GameObjects.

3 Likes

5 years on and I still look at beginner tutorials to make sure I’m refreshed on various topics, this is what newbies don’t understand. You don’t just magically absorb a programming language, it’s a very lengthy memorisation process like with any other subject. Even if you have a good memory if you don’t use certain techniques or parts of a programming language very often sometimes you’ll forget.

2 Likes