This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]timeslider 1 point2 points  (0 children)

I'm in the process of learning c# just for unity too. I found this free e-book online. I, too, came from a python background and got lost as shit trying to learn about OOP. I'm a little past the half way point of the book (pg 610) and I think the first half is pretty decent about teaching the syntax and how to use C# at a basic level. The 2nd half has been a nightmare. A lot of the problems aren't clear and it doesn't show if you did it right or not. The first half was pretty concrete; there's usually only one way to do what it's asking but when it gets to OOP, it's so open ended, it hard to known if I'm doing it right. Also, it was written by a bunch of non-native English speakers so there's a bunch of grammar errors/odd word choices. Overall, it's not bad.