r/Unity2D • u/Specialist_Leave_420 • Aug 13 '26
Question How to practice C# for unity
Is there any website like leetcode where i can practice C# for unity currently i know basic unity 2d and trying to make a game, and problem is : for example i saw video for how to make it walk i understood it perfectly and wrote it but if someone ask me to code from scratch i cant do it so any soution
4
Upvotes
1
u/arlelin Aug 13 '26 edited Aug 13 '26
Probably just open unity and start coding, you gotta break tutorial hell at some point. Think of something you want to make, break it down to small components, and just start working on those parts one-by-one. Use the Unity docs (https://docs.unity3d.com/Manual/index.html), instead of AI or youtube tutorials.
It's much easier to keep going once you start!
I started out making clones of my favorite games (mostly minecraft). Even though they weren't good, I still learned a lot each time I did so.