- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 204字
- 2021-07-02 15:38:29
Meshes - Export as FBX
Unity officially supports many mesh import formats, including .ma, .mb, .max, .blend, and others. Details and comparisons of these are found online at: http://docs.unity3d.com/Manual/3D-formats.html. Unity divides mesh formats into two main groups: exported and proprietary. The exported formats include .fbx and .dae. These are meshes exported manually from 3D modeling software into an independent data-interchange format, which is industry recognized. It's feature limited, but widely supported. The proprietary formats, in contrast, are application-specific formats that support a wider range of features, but at the cost of compatibility. In short, you should almost always use the exported FBX file format. This is the most widely supported, used, and tested format within the Unity community and supports imported meshes of all types, both static and animated; it gives the best results. If you choose a proprietary format, you'll frequently end up importing additional 3D objects that you'll never use in your game, and your Unity project is automatically tied to the 3D software itself. That is, you'll need a fully licensed copy of your 3D software on every machine for which you intend to open your Unity project; this is annoying:

- C語言程序設(shè)計(第2 版)
- Redis入門指南(第3版)
- 微服務(wù)與事件驅(qū)動架構(gòu)
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- PHP網(wǎng)絡(luò)編程學(xué)習(xí)筆記
- 大學(xué)計算機基礎(chǔ)(第2版)(微課版)
- Android程序設(shè)計基礎(chǔ)
- NoSQL數(shù)據(jù)庫原理
- 零基礎(chǔ)學(xué)C語言第2版
- Python計算機視覺和自然語言處理
- Mastering Adobe Captivate 7
- Mobile Forensics:Advanced Investigative Strategies
- H5匠人手冊:霸屏H5實戰(zhàn)解密
- PHP 7 Programming Blueprints
- Swift編程實戰(zhàn):iOS應(yīng)用開發(fā)實例及完整解決方案