Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.97 / 5.00 10,965 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.03 / 5.00 48,872 Viewsi 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
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.
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.