

Make sure your textures are either sourced from your Unity Project or copy them into a folder called textures inside your Unity Project.

Textures are often applied to the surface of a mesh to give it visual detail. Textures An image used when rendering a GameObject, Sprite, or UI element. For example, if you are exporting a complex rig from Maya, you can bake the deformation onto skin weights before you export the Model to FBX. Make sure that you bake deformers onto your Model before exporting to FBX. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. Unity supports triangulated or Quadrangulated polygon meshes. Meshes make up a large part of your 3D worlds. Set up the export Mesh The main graphics primitive of Unity. Make sure your Blend Shapes or Morph targets are assigned. In Unity, an animation is the result of adding two different animation keys, at two different times, for the same animatable property. Prepare your Assets for export, using the following considerations: Object:Īll NURBS, NURMS, splines, patches, and subdiv surfaces must be converted to polygons (triangulation or quadrangulation)Īnimation A collection of images that create a moving image when played sequentially. Make a preset or a custom scene exporter to automate or simplify the selection export process.Remove unwanted data from your scene and export the whole scene.Export only the selected objects if your application supports it.If you choose to export only specific objects in your scene, you can:

You can optimize the data in Unity by keeping only the essential objects. See in Glossary objects are essential but others may be unnecessary.Īpplications often let you export selected objects or a whole scene. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. Think of each unique Scene file as a unique level. Think about what you want to export: some scene A Scene contains the environments and menus of your game. In addition to these generation guidelines about exporting from 3d modeling applications, some 3d modeling applications have more specific information under these sections:
