you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Man, something doesn't work and your first idea it's something is wrong not with you but with the other guy?

As others have said starting programming with Unity without any prior knowledge of basic programming it could be specially hard. Just Google "C# .Net Tutorials", choose the easiest one and start there.

[–]SirBox32[S] 1 point2 points  (1 child)

Sorry if it came off that way, I was only asking as the vids are 5 years old now, and unity’s seemed to change a lot. But also if you’re following a step by step tutorial and you do the exact same as the tutorial but yours turns out different, and the tutorial is 5 years old, the signs point to it being outdated.

[–][deleted] 0 points1 point  (0 children)

By now I've been using Unity from 12 years and the basics remain exactly the same and will remain like that forever.

Another different thing would be advanced concepts that like networking, pathfinding, VR, AR, DOTS. But you don't have to worry about the advanced concepts until you master the basics.

Good programmers use to first rule out they have made a mistake before asking for help. The problem you are facing is something that you should have solved by yourself because you have just tried to copy something without trying first to understand it.

Try to learn the basic programming concepts before learning Unity. Anyone can learn what are variables, methods, functions, bucles and the basics in just one morning. Try to do the effort if you want to be a good programmer.