- Mastering Unreal Engine 4.X
- Muhammad A.Moniem
- 247字
- 2021-07-14 11:20:41
Chapter 3. Designing Your Playground
While we have a player made with a character controller, it is time to build what should look like a level, where we can spawn our character and start running around.
Building a level should sound like a fun task, but in fact it isn't. It is more of an artistic task, where you have to imagine, create, and build a level from nothing. You will be constructing your worlds, maps, and levels. Unreal tools make it easy, but still you need what should be called an artistic vision to build great worlds.
By the end of this chapter, you'll learn about the following topics:
- The requirements of the level and the aspects of level designing that we care about in this game
- How to place assets into the map
- How to use different brush types to place different type of assets
- How to add lights and baking lightmaps of the level
- How to create water surfaces to make the level more visually appealing
- How to set a player start point
- How to add and display the navigation mesh for the level to make it ready for the AI
With our targets defined, go ahead and spend some time thinking about the map you want to create, how you want it to look, and how long you want the player to spend while playing it. Once you finish this little brain-storming session with yourself, come back to this page again!
- Bootstrap Site Blueprints Volume II
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Apache Hive Essentials
- Python程序設計案例教程
- Visual C++應用開發
- Mastering Apache Maven 3
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Lighttpd源碼分析
- .NET Standard 2.0 Cookbook
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- OpenCV Android開發實戰
- Node.js應用開發
- Java EE框架開發技術與案例教程
- Learning Yeoman
- iOS程序員面試筆試真題與解析