- Home /
Unity C# api tutorial?
Hi,
I always wanted to make a game with unity but i never got the chance to learn the unity C# scripting api i already know C# but i don't know the unity api for example the keyboard input, mousedown, rotate and translate, and much more i already tried learning from the learn tab on unity and i even tried www.unity3dstudent.com but i still can't find a good tutorial, can anyone help me find a good tutorial to learn the scripting api?
Thanks
Answer by tanoshimi · Dec 23, 2014 at 08:06 PM
If you already know C#, there's not much a tutorial can tell you about the API other than simply what methods are available, and you get that from the method reference: http://docs.unity3d.com/ScriptReference/
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Kongregate API not connecting C# 2 Answers
Facebook permissions 1 Answer