Helli, I was thinking about getting a book to finally trach me c# its by Alex ____ it is learning C# in Unity. But im pretty sure it was made teaching c# with unity 4 not 5. will there be any huge errors that will constantly ruin my code or is there no changes. If there is changes, what are they?
Here are a couple of blogs about the most extensive changes between Unity 4 and Unity 5:
Other then that the biggest change is the encouraging of Unity to use more best practice (among others encapsulation instead of public fields).
Just check out some of the example Unity 5 projects to see how the Dev Team has build up there scripts to get a good idea about what changed.
As for the book, it will still be very good to go through with it. It will still learn you many things that have no real relation with the changes to scripting that has been done in Unity 5.
Ok, thanks, as long as the book wont confuse me.