I just got Unity to create 3D games, but I've hit a snag because I don't know much about C#. My uncle promised to send me some C# books about a month ago, but they haven't arrived yet. Meanwhile, I've been watching various crash courses on YouTube, but they only cover the basics, not enough for game development. I'm really looking for any free resources or full courses that can help me learn C#. Any suggestions would be greatly appreciated!
3 Answers
You can try Codecademy for some structured C# courses. They cover the basics well and might fill in the gaps for you. Just remember, practice is key!
Don't skip the basics! If you're feeling a bit lost with C#, that's totally normal. It can take a few months to get a solid understanding of the language. Make sure you're comfortable with the fundamentals before diving into Unity. Once you have that down, it'll be a lot easier to learn how to use it for game development.
Check out this YouTube video I found really useful: [Unity C# Tutorial](https://www.youtube.com/watch?v=XtQMytORBmM). It’s great for getting your feet wet with actual C# coding in Unity. Also, remember that being able to find resources on your own is a super important skill for developers!
Thanks, I'll give it a shot!