- Unreal Development Kit Game Programming with UnrealScript:Beginner's Guide
- Rachel Cordone
- 161字
- 2021-08-27 11:59:04
Summary
We learned a lot in this chapter about how the UDK works and how to set up our own game project.
Specifically, we covered:
- The UDK directories and what goes into each folder. We know which folders we'll be working in as programmers as well as the ones any artists or designers on the project would be using.
- Which programs we can use to work with UnrealScript. We know that there are two aspects to programming, writing the code and being able to easily browse the existing source code.
- How to set up our own project and compile and test code that we've written. We know how to use UnrealEd and the Logs folder to help us test and make sure our code is running correctly.
Now that we've learned about the UDK, we're ready to start learning more about the UnrealScript language by taking a look at variables and operators—which is the topic of the next chapter.
推薦閱讀
- 零點起飛學Xilinx FPG
- 24小時學會電腦組裝與維護
- ATmega16單片機項目驅動教程
- Creating Dynamic UI with Android Fragments
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 硬件產品經理手冊:手把手構建智能硬件產品
- VCD、DVD原理與維修
- Arduino BLINK Blueprints
- Machine Learning Solutions
- 超大流量分布式系統架構解決方案:人人都是架構師2.0
- 深入理解序列化與反序列化
- Java Deep Learning Cookbook
- Python Machine Learning Blueprints
- STM32自學筆記
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)