- Unreal Development Kit Game Programming with UnrealScript:Beginner's Guide
- Rachel Cordone
- 113字
- 2021-08-27 11:59:03
Setting up a project
Now we have the programs, we need to start working on our own project, but where do we start? Looking back at the UDK directory structure, there are really only three folders we would need to create. The first would be our own folder in the UDKGame\Content
directory to contain any assets our project needs. Any artists or animators on the project would put their files in that directory. The second would be a folder in UDKGame\Content\Maps
for our project's levels. This keeps everything organized and separated from Epic's assets so we know what's ours. For programmers though, there is only one folder we really need to worry about.
推薦閱讀
- Intel FPGA/CPLD設計(基礎篇)
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- 網絡服務器配置與管理(第3版)
- Linux KVM虛擬化架構實戰指南
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 嵌入式技術基礎與實踐(第5版)
- The Applied AI and Natural Language Processing Workshop
- Apple Motion 5 Cookbook
- Source SDK Game Development Essentials
- Spring Cloud微服務和分布式系統實踐
- “硬”核:硬件產品成功密碼
- 電腦組裝與維護即時通
- Hands-On Deep Learning for Images with TensorFlow
- 電腦橫機使用與維修
- Istio實戰指南