any guides to coding for those who suck horribly at coding im 13 so dont suggest any classes or anything that is out of my budget of 1-10 bucks rarely 10 even more rarely 20 i tried to learn to code in byond didnt work out too well i dont have a comp but ill get a new one soon right now im just using library and most likely unreliable wii internet so i need some coding in general i prefer javascript or c# but if know any better/easier ones lemme know
Honestly, you’re going to struggle to learn programming without a computer. Books are good, but you won’t remember much of what you read until you start doing it. It’s that repetition of the same process over and over that drums it into you. So by all means find a good introductory book to C# (don’t bother looking for one for Javascript, Unity’s implementation of Javascript is very different from what you’ll learn in books) but don’t drive yourself nuts because what you’re reading isn’t sticking. It only really starts to stick when you’re practicing it.
As for books, Microsoft Press do a couple of nice introductory C# books, and if you can find an old copy of Visual C# 2005 Step by Step, that would be perfect. It lacks a lot of the new language features of C#, but those can’t be used in Unity anyway, so the old 2005 editions which were essentially .Net 2.0 (which is broadly equivalent to the version of Mono Unity uses) is actually the better book for learning C# for Unity.
Buy the book “Unity Game Development Essentials”. It’s 50 bucks, but well worth it. I have never seen a better guide. If your looking free, then check out http://learnmesilly.com/. There is a lot of great guides form the same author as who wrote the book. Hope this helps, but once you understand how a script works and what everything does, its a piece of cake!