- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 191字
- 2021-07-02 15:38:31
Asset importing for Dead Keys
The last section explored some general tips on preparing assets for Unity, with optimal performance in mind. These tips are general insofar as they apply to almost all asset types in almost all cases, including Dead Keys. Now, let's focus on creating our project, DK, a first-person zombie-typer game. This game relies on many assets, from meshes and textures to animation and sound. Here, we'll import and configure many core assets, considering optimization issues and asset-related subjects. We don't need to import all assets right now; we can, and often will, import later during development, integrating them into our existing asset library. This section assumes that you've already created a new Unity project. From here on, we can begin our work.
To prepare, let's create a basic folder structure in the Project panel to contain all imported assets in a systematic and organized way. The names I've used are self-descriptive and optional. The named folders are animation, audio, audiomixers, Materials, meshes, music, prefabs, Resources, scenes, scripts, and textures; feel free to add more, or change the names, if it suits your purposes:

- C#程序設計實訓指導書
- Visual FoxPro程序設計教程
- D3.js 4.x Data Visualization(Third Edition)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Nginx Lua開發實戰
- Tableau 10 Bootcamp
- 從Power BI到Analysis Services:企業級數據分析實戰
- 遠方:兩位持續創業者的點滴思考
- Selenium WebDriver Practical Guide
- Raspberry Pi Blueprints
- Beginning C# 7 Hands-On:The Core Language
- C++標準庫(第2版)
- Learning PrimeFaces Extensions Development
- Unity3D高級編程:主程手記
- JSP項目開發情境教程