Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Beginning C# Programming with Unity: Visual Studio Edition

Posted By: AlenMiler
Beginning C# Programming with Unity: Visual Studio Edition

Beginning C# Programming with Unity: Visual Studio Edition by A.T. Chamillard
English | 31 Dec. 2016 | ASIN: B01NAP0SXF | 717 Pages | MOBI/EPUB/PDF (conv) | 38.04 MB

Note: This edition is for people who plan to use Visual Studio to develop their C# Unity scripts and stand-alone programs. If you plan to use MonoDevelop, you should buy the MonoDevelop edition instead.

Welcome to the wonderful world of programming! In this book you’ll learn the basics of programming using the C# programming language. While we admit we love to code (another word for program) just about anything, developing games is one of the coolest things of all. Most of the examples in this book are related to game development using Unity. So you’ll learn how to program properly and you’ll learn how to write C# scripts in Unity.

It's important to note that the Unity focus in this book is on the actual C# scripting you do to build Unity games. The book doesn't cover the full gamut of how to build Unity games from scratch (though we do build a complete game in Chapter 20); instead, we use just enough “Unity stuff” to build interesting pieces of game functionality so we can concentrate on learning C#. Don't worry, there are plenty of other books and resources for learning the rest of Unity! If you really just want to learn all the nuts and bolts of Unity, you should buy one of those books instead.

You’ll notice we said “learn how to program properly” above, not “whack together games that seem to work.” This is a book that focuses on the correct way to write game software (and software in general), so there’s lots of discussion about our motivations for the particular design and coding decisions we make throughout the book.

The book assumes that you’ve never programmed before, so all the material starts at the most basic level. That means that anyone should be able to pick up the book and work their way through it without any prior knowledge. That’s the good news.

The bad news is that programming is hard work, especially at first. If you truly want to learn how to program, you’ll need to write programs yourself and struggle through some rough spots before some topics really click for you. Just as you can’t learn how to ride a bicycle by reading about it – you have to actually do it, probably with some spills along the way – you can’t learn to program just by reading about it. If you were hoping to read a book to learn how to program without doing any programming yourself, it’s not going to happen. If you aspire to be a professional game programmer – whether as an indie game developer or in a large game company – and you're willing to put in the work, though, this book will give you a solid foundation for starting on that path.