Legacy Documentation: Version 2017.2 (Go to current version)
Importing Objects From Cheetah3D
Importing Objects From Lightwave
Other Versions

Importing Objects From Modo

Unity natively imports modo files. This works under the hood by using the modo COLLADA exporter. Modo version 501 and later use this approach. To get started, save your .lxo file in the project’s Assets folder. When you switch back into Unity, the file is imported automatically and will show up in the Project View.

For older modo versions prior to 501, simply save your Modo scene as an FBX or COLLADA file into the Unity project folder. When you switch back into Unity, the scene is imported automatically and will show up in the Project View.

To see your model in Unity, drag it from the Project View into the Scene View.

If you modify the lxo file, Unity will automatically update whenever you save.

Unity currently imports

  1. All nodes with position, rotation and scale. Pivot points and names are also imported.
  2. Meshes with vertices, normals and UVs.
  3. Materials with Texture and diffuse color. Multiple materials per mesh.
  4. Animations

Requirements

  • modo 501 or later is required for native import of *.lxo files.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答