✅ Where do I start?

Hi I'm a new coder who has a really good idea for a game, but I don't know how to code. I know people say to not start on your dream project when you're learning a new medium because it will only make your learning curve steeper, but I got autism and that's how I operate. I do projects that I like and learn as I encounter new problems. My question is is there a course I can do to learn this sorta stuff? Like is there a code.org type thing I could do to learn how to code C#? I'm using unity
6 Replies
MODiX
MODiX7d ago
Are you looking for $helloworld? Get started with beginner tutorials - Interactive text tutorial - Video tutorial - Fundamentals documentation
leowest
leowest7d ago
$hellounity
MODiX
MODiX7d ago
Here are some of the important C# concepts for beginners to get started with Unity: * Variables * Data Types (int, float, string, etc.) * Comments * If Statements * Loops (for, while) * Functions * Understanding Scope * Accessibility Modifiers * Classes/Objects * Inheritance Microsoft's Interactive C# Course: https://learn.microsoft.com/en-us/training/paths/get-started-c-sharp-part-1/ Unity also has a dedicated pathway for the Unity Programming that can lead to a job as well: https://learn.unity.com/pathway/junior-programmer Download Visual Studio Tools for Unity here: https://docs.microsoft.com/en-us/visualstudio/gamedev/unity/get-started/getting-started-with-visual-studio-tools-for-unity
krubbles
krubbles7d ago
what is your game idea
pianoinflames
pianoinflamesOP7d ago
thanks yall
MODiX
MODiX7d ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?