what is the best way for me to learn unity programming? I’ve already watched brackeys video, but it wasn’t of much help.
I’d recommend learning c# first. If you already know c# and just want to learn about Unity programing then the Tanks - Unity Learn tutorial is quite good. It’s also important to follow along and use Unity, don’t just watch the videos. After a few tutorials it’s probably a good idea to try making smaller projects with goals instead of duplicating tutorials. Things like creating a UI settings screen or small games like pong, Tetris etc.
sounds good thank you!
I think a great objective is to find a very, very simple game that you like and make your own version. Vampire Survivors comes to mind. As you watch tutorials (for example on UI), you have a small, narrowly-scoped project to put your learnings into. And whatever you do, don’t add features unless it makes things simpler. Scope creep kills all projects, beginner or not.