Where to start with Unity?

Hi, I have been learning to program C# with the end goal of programing games in Unity. I feel that I will be able to do so with my current knowledge of C#, albeit the scripting I would be doing in Unity would be limited compared to that of other dimensions as I am currently only at chapter 5 of the book Essential C#.

So, I would greatly appreciate if anyone would point me to the best resource instructing how to program with unity. I know the wiki has a section, but I was wondering if there was any other resources that are better.

P.s. Sorry for posting what I’m sure is a common thread.

Thanks,
Pyromine

if you already can get your way around C# , then the only things you need is just start digest unity API, I think there is tutorials out there that should get you started with that, just do some research on google I am pretty sure you will find many of this…they may come in unity script most of the time tho.

and you can also just read through Unity doc and test out their little snippet they provide to get you started too…

C# is one thing, unity API is the other that you really need to start with it :slight_smile:

Thanks for the input.

The problem for me so far is that I have been a little hesitant to dive in to the API. So, now I will just go and get a footing then work my way to the more advanced topics.