- Learning C# by Developing Games with Unity 2020
- Harrison Ferrone
- 274字
- 2021-06-11 18:44:44
Getting to Know Your Environment
Pop culture has taught us that computer programmers are often outsiders, lone wolves, or geeky hackers who possess extraordinary mental gifts for algorithmic thought, little social IQ, and the odd anarchic bent. While this is not the case, there is something to the idea that learning to code fundamentally changes the way you look at the world. The good news is that your naturally curious mind will quickly adapt to this new way of thinking and may even come to enjoy it.
You already use analytical skills in your everyday life that translate to programming – you're just missing the right language and syntax to map those life skills into code. You know your age, right? That's a variable. When you cross the street, I presume you look down the road in both directions before stepping off the curb like the rest of us. That's evaluating different conditions, or what we call control flow in programming parlance. When you look at a can of pop, you instinctively identify that it has certain properties such as shape, weight, and contents. That's a class object! You get the idea.
With all that real-world experience at your fingertips, you're more than ready to cross over into the realm of programming. You'll need to know how to set up your development environment, work with the applications involved, and know exactly where to go when you need help. To that end, we're going to begin our adventure delving into C# by covering the following topics:
- Getting started with Unity
- Working with Visual Studio
- Using C# with Unity
- Exploring the documentation
Let's get started!
- Learn ECMAScript(Second Edition)
- Azure IoT Development Cookbook
- C#編程入門指南(上下冊)
- 從0到1:HTML+CSS快速上手
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 網絡爬蟲原理與實踐:基于C#語言
- 精通MATLAB(第3版)
- Quantum Computing and Blockchain in Business
- Fast Data Processing with Spark(Second Edition)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- DB2SQL性能調優秘笈
- 視窗軟件設計和開發自動化:可視化D++語言
- Selenium WebDriver Practical Guide
- Flink核心技術:源碼剖析與特性開發
- Python人工智能項目實戰