Model assets
Currently, model files in FBX and glTF formats. For how to export these two model files from third-party tools, you can refer to the DCC Export Mesh documentation.
Model importing
After importing into the editor, from the outside, the corresponding model asset file can be obtained in the Assets panel. It's directory structure is as follows:
The structure of a model file without animations is as follows:
The structure of the model file that contains animations is as follows:
.material
-- Material files.mesh
-- Model files.texture
-- Model texture files.animation
-- Model animation files.skeleton
-- Model bone files.prefab
-- Prefab files that are automatically generated on import
Using Models
After importing a model file, drag the root node of the model file directly from the Assets panel to the node you want to place in the Hierarchy panel to complete the node creation. At this point the model is successfully created in the scene.
Alternatively, you can expand the node of the model file, select the .prefab
file under the model file node, and drag it from the Assets panel into the Hierarchy panel to complete the creation.
Model asset Properties panel description
When the model asset file (.fbx
or .gltf
) is selected in the Assets panel, the properties of the model asset can be set in the Inspector panel.
Model module
Normals
-- Normals information, including Optional, Exclude, Require, RecalculateTangents
-- Tangents information, including Optional, Exclude, Require, RecalculateSkipValidation
-- SkipValidation, whether to skip standard checks
Animation Module
The above image is all the animation asset information under the current model, and the editing area of the specific frame number information of the currently selected animation. You can change the animation name or perform simple animation cropping here. To do so:
Click the + button in the red box on the image to add an animation clip asset. The new file added by default copies a complete clip data. You can input the number of frames in the
Start
andEnd
input box to crop the animation. (Drag and drop animation is not currently supported)Click the - button in the red box on the image to delete the currently selected animation file
Material module
DumpMaterial
: When you are not satisfied with the material that comes with the model file and want to modify it, you need to enable this option to dump the material files in the file structure directory out of the model assets. You can adjust and modify the materials.Dumper Directory
: Here you can specify or view the directory location for the dumped files.