- Hands-On Unity 2020 Game Development
- Nicolas Alejandro Borromeo
- 111字
- 2021-06-18 18:16:57
Chapter 4: Grayboxing with Terrain and ProBuilder
Now that we have grasped all the necessary concepts to use Unity, let's start designing our first level. The idea in this chapter is to learn how to use the Terrain tool to create the Landscape of our game and then use ProBuilder to create the 3D mesh of the base with greater detail than using cubes. Using those tools, you will be able to create a prototype of any kind of scene and try out your idea before actually implementing it with final graphics.
Specifically, we will examine the following concepts in this chapter:
- Creating a Landscape with Terrain
- Creating Shapes with ProBuilder
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Mastering JavaScript Functional Programming
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- Hands-On Image Processing with Python
- JavaScript語言精髓與編程實(shí)踐(第3版)
- Manga Studio Ex 5 Cookbook
- Learning RxJava
- The React Workshop
- 深入淺出RxJS
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- Visual Basic程序設(shè)計(jì)全程指南
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Implementing Microsoft Dynamics NAV(Third Edition)
- 數(shù)據(jù)結(jié)構(gòu):Python語言描述
- C++17 By Example