i have been watching all the toutorials but they make so sense i can teach my self stuff but i can not under stand c sharp any help would be welcomed mostly having problems writing
@red1234543 being new to Unity myself, I can tell you that you won’t get anything out of just watching the tutorials. You have to do them and maybe even do them again and again. And then when you’re trying to do your own game, you may even find yourself going back to them again and finding they make more sense.
If you just watch them, you’ll overload your brain and not learn anything. I’ve been helped immensely by the great people on this forum, but still find myself going back to the tutorials.
Also, when you ask questions here, please use proper spelling and grammar. It helps those who are willing to help you and it is is one of the main components of c#.
Good luck with your project
It’s very crucial that you actually create the project along with the video’s and this doesn’t mean copying and pasting provided code. It’s not possible to learn the way you have been trying. There are no shortcuts or easy paths and as with all great things you must work hard to achieve it and deserve the rewards of it. You can do the things you dream of, but you must hone your skills and know your tools before that’s possible.
Study hard and good luck.
This. C# will absolutely hammer you for a miscapitalised letter, or a punctuation mark in the wrong place.
LOL
Learn c# first, and then come back to unity. I recommend c# fundamentals course on Microsoft virtual Academy.
Make sure you code yourself and can do and also understand everything he does before moving on. You may think you have it just by watching but when you go to write code you will find that a blank white page will frazzle you. It did me.
Once you have c# down, come back to unity and watch the tutorials on UI and essentials. Then do all the project tutorials you can. And actually do these to completion.
After those, do the scripting tutorials. Then try your own simple games like brick Breaker and pong and/or try adding features and levels to the tutorials you made.
Goal is to learn your tools and understand them so that when you are ready to make your own game, you can focus on the game and not learning everything else as you go. Making a game is hard enough even when you know how to use the tools.
Good luck!