Skip to content

Commit 4b860f8

Browse files
authored
Update README.md
1 parent f107028 commit 4b860f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Every imported object will undergo post-processing, the main settings are applie
3535
2. OnPostprocessModel > CreateHumanoidPost & SetAnimation
3636
3. OnPostprocessAllAssets: Main procedure (see notes).
3737

38-
Notes:
39-
Relocating textures: MoveImageToTopFolder & RemoveEmptyTextureFolder
40-
Deploying Animator: AutoCreateAnimator
41-
Deploying Materials: CreateMaterials
42-
Deploying Prefabs: CreateOneLODPrefabFromModel or CreatePrefabFromModel
38+
Notes:
39+
Relocating textures: MoveImageToTopFolder & RemoveEmptyTextureFolder
40+
Deploying Animator: AutoCreateAnimator
41+
Deploying Materials: CreateMaterials
42+
Deploying Prefabs: CreateOneLODPrefabFromModel or CreatePrefabFromModel
4343
Pay special attention to Auto Setup importing the FBX twice. This is because the first import for the previous version tends to create erroneous data within the materials or create unforeseen problems during operation. The new version runs through the import process twice to mitigate the occurrence of these mistakes, however, you will still need to make sure the problems are resolved.
4444

4545
**Creating Materials**

0 commit comments

Comments
 (0)