- Learning Unreal Engine Game Development
- Joanna Lee
- 116字
- 2021-07-16 12:43:06
Viewing a level that's been created
We are now ready to view the simple level that we have just created.
Before viewing the level, click on the Build button, as shown in the following screenshot, to build the light, materials, and so on, needed for this level. This step ensures that light is properly rendered in the level.

After building the level, click on the Play button, as shown in this screenshot, to view the level:

The following screenshot shows how the level looks. Move the mouse up, down, left, and right to see the level. Use W, A, S, and D to move the character around the level. To return to the editor, press ESC.

推薦閱讀
- ASP.NET Core 5.0開發入門與實戰
- 深入淺出Java虛擬機:JVM原理與實戰
- C語言程序設計教程(第2版)
- Java游戲服務器架構實戰
- Spring實戰(第5版)
- 教孩子學編程:C++入門圖解
- Apex Design Patterns
- Mastering Data Mining with Python:Find patterns hidden in your data
- Arduino計算機視覺編程
- Hadoop 2.X HDFS源碼剖析
- 零基礎學HTML+CSS
- Machine Learning for Developers
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- Python數據預處理技術與實踐
- Java 7 Concurrency Cookbook