- 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:

- 玩轉(zhuǎn)Scratch少兒趣味編程
- LabVIEW入門與實(shí)戰(zhàn)開發(fā)100例
- Building a Game with Unity and Blender
- Building a Home Security System with Raspberry Pi
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- DevOps Automation Cookbook
- INSTANT OpenNMS Starter
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Python語言科研繪圖與學(xué)術(shù)圖表繪制從入門到精通
- Managing Microsoft Hybrid Clouds
- PhoneGap 4 Mobile Application Development Cookbook
- Mastering Apache Camel
- Android 游戲開發(fā)大全(第二版)
- Isomorphic Go
- 零基礎(chǔ)學(xué)Java(第5版)