Originally posted by caleb01
ok im using unity 3d which is a program used 4 making and designing pc games...it used C# and javascript and i dont no how to use these at all,i will learn them soon,but 4 now could sum1 post me a example of how 2 add certain controls like getting into a vehical or picking up a weopon?If u have any questions ask me
For Unity, you use C# and UnityScript (similar to JavaScript) primarily, however you can also use other languages (such as Boo).
To me, it sounds like you're in way over your head. Take a few giant leaps back from game design. First, learn the programming language - and this isn't a couple day event, it should take at least a few months, I'd suggest you primarily focus of UnityScript/JavaScript, because there will be more tutorials out there in general, however C# will give you some additional coding options because you can also rely on the .NET library. Once you've done that, follow a couple tutorials on Unity 3D along with the language you chose, learn how to build a few basic games, or take a game design course. If you can't add 2 controls like getting into a vehicle or picking up a weapon, you shouldn't be working in Unity yet.