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

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: Unity - Scripting API: