- Unity 3.x Game Development by Example Beginner's Guide
- Ryan Henson Creighton
- 142字
- 2021-04-02 18:34:03
Slash and burn!
If you want to finish a game, you need to cut the complexity and the features. Get out your red pen and/or machete, and follow along:
- Scrap the sets and the best-of-five match structure.
- Kibosh the teams.
- Jettison the multiple players.
- Ditch the net.
- Nix the referee and the spectators.
What do we have? Just a person with a ball, looking kind of lonely. Hmm. That person might be a little tricky to model, texture, rig, and animate. Let's keep slashing.
- Next, trash the player.
Now where are we? We have a ball, floating in midair; a ball that can't hit the floor. So, we need something simple to hit the ball with. A human character is too complicated, so let's just say it's a surface. We'll have some kind of thing that we can bounce the ball on.
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Mastering Visual Studio 2017
- iOS 9 Game Development Essentials
- Go語言高效編程:原理、可觀測性與優(yōu)化
- 深入淺出WPF
- 實用防銹油配方與制備200例
- Network Automation Cookbook
- JS全書:JavaScript Web前端開發(fā)指南
- Learning JavaScript Data Structures and Algorithms
- Express Web Application Development
- 51單片機C語言開發(fā)教程
- 深度學(xué)習(xí):Java語言實現(xiàn)
- RESTful Java Web Services(Second Edition)
- Node學(xué)習(xí)指南(第2版)
- 零基礎(chǔ)學(xué)Python編程(少兒趣味版)