Where to start in C#?

I have no clue how to script C# but I really want to learn it. What should I do?

Unity’s learn section has basic scripting tutorials covering C#.

Additionally there is a free eBook covering C# (but not Unity).

http://www.robmiles.com/c-yellow-book/

1 Like

So C# book is the same scripting as unity?

Yes, the language itself is identical. The only difference will be the API calls.

Ok I’ll give a shot at it.