- Unity 3.x Game Development by Example Beginner's Guide
- Ryan Henson Creighton
- 214字
- 2021-04-02 18:34:02
Summary
In case you ever need to answer a multiple-choice quiz on this chapter, here's a quick rundown of what we've learned:
- Big game ideas are the enemy! Consider thinking small and building slowly to achieve big success.
- By cutting features from your game ideas, you can whittle your design down to a more manageable size than by cutting content.
- A game's mechanic is distinct from its skin. A single, strong game mechanic can support a myriad of different skins through a whole host of great games.
- Start taking notice of the front-of-house aspects and HUDs in the games that you play. You'll be building your own a few chapters from now!
Let's begin
For the rest of this book, we're going to ignore the epic implications of that endless Big Sky Country 3D plane in the Unity Scene view. We're going to focus on small, simple, and fun game mechanics. Once you close the back cover of this book, you can take those simple concepts and iterate on them, even blowing them out to ambitious fully-featured crazy-fests like Master of Orion or Mario Power Tennis. But, stick to the strategy that will make you successful throughout—start at zero, discover that singular piece of joy, and iterate until your game is finished.
推薦閱讀
- Mobile Web Performance Optimization
- Spring Boot開發(fā)與測試實(shí)戰(zhàn)
- R語言數(shù)據(jù)分析從入門到精通
- Linux核心技術(shù)從小白到大牛
- Java Web程序設(shè)計(jì)
- MariaDB High Performance
- Python王者歸來
- MATLAB定量決策五大類問題
- 深入理解BootLoader
- Advanced Python Programming
- 分布式架構(gòu)原理與實(shí)踐
- HTML5移動前端開發(fā)基礎(chǔ)與實(shí)戰(zhàn)(微課版)
- 微信小程序開發(fā)邊做邊學(xué)(微課視頻版)
- Python人工智能項(xiàng)目實(shí)戰(zhàn)
- 深入理解MySQL主從原理