need help with basics of c# unity
- youtubedawg98
-
youtubedawg98
- Member since: May. 16, 2012
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
i just started to make my own games in unity 4.0 but im heavily held back by the fact that i don't know how to program c# or the 2 others wich i forgot there name but anyways if somebody could lay the basics i would be very thankful.
its always been one of my goals to make a good video game so i would be happy for you help.
IF THE WORLD GONNA END MIGHT AS WELL EAT A TACO
- PandaexpressMan
-
PandaexpressMan
- Member since: Apr. 10, 2011
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
Well do you know any programming languages? Because if you don't, you will find yourself struggling with jumping straight in to programming games. I had this same problem a while back and trust me, it is better to just start from scratch. If you do know the basic logic of programming or know another language similar to c# like java then, well I have never used unity but I suggest looking at the API or maybe start doing small tutorials.
- CaptainQuartz
-
CaptainQuartz
- Member since: Mar. 22, 2006
- Offline.
-
- Forum Stats
- Member
- Level 08
- Blank Slate
To be honest, if you've never dealt with a programming language before - it's gonna be a doozy to learn, but by no means impossible.
If you're looking to learn C# - then you may wanna look into picking up Visual Basic as a starter language, since they're both .NET languages, you'll be able to pick up a lot by meandering in Visual Basic until you get a grip, then moving into C#.
Once you get a firm grip on any Object-Oriented language, it's pretty simple to pick up everything else. It's all the same shit with different Syntaxes.

