- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 106字
- 2021-07-02 15:38:29
Meshes - Use meters scale (metric)
Unity measures 3D space using the metric system, and 1 world unit is understood, by the physics system, to mean 1 meter. Unity is configured to work with models from most 3D applications using their default settings. However, sometimes your models will appear too big or small when imported. This usually happens when your world units are not configured to metric in your 3D modeling software. The details of how to change units varies for each piece of software, such as Blender, Maya, or 3Ds Max. Each program allows unit customization from the Preferences menu:

Configuring 3D software to metric units
推薦閱讀
- 兩周自制腳本語言
- 深入淺出Electron:原理、工程與實踐
- Python 深度學習
- C/C++常用算法手冊(第3版)
- 自然語言處理Python進階
- 零基礎學單片機C語言程序設計
- Webpack實戰:入門、進階與調優
- Mastering Xamarin.Forms(Second Edition)
- Go語言編程
- Nagios Core Administration Cookbook(Second Edition)
- 零基礎學Python編程(少兒趣味版)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Python Automation Cookbook
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Spring Boot 3:入門與應用實戰