You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... where `{Version}` = `1.3.0b1` (or your version number of the FBX Exporter package) and `{UnityIntegrationsPath}` = the location where you unzipped UnityFbxForMaya.zip in step 1
337
-
337
+
Where `{Version}` = `1.3.0b1` (or your version number of the FBX Exporter package) and `{UnityIntegrationsPath}` = the location where you unzipped UnityFbxForMaya.zip in step 1
338
338
339
339
4. Locate the following file (if it doesn't exist, create the file):
... where `{UnityProjectPath}` = path/to/UnityProject and `{ExportSettingsPath}` = path/to/Integrations/Autodesk/maya/scripts/unityFbxExportSettings.mel and `{ImportSettingsPath}` = path/to/Integrations/Autodesk/maya/scripts/unityFbxImportSettings.mel
357
+
Where `{UnityProjectPath}` would be replaced by the path to your Unity Project, `{ExportSettingsPath}` would be replaced by the path to Integrations/Autodesk/maya/scripts/unityFbxExportSettings.mel and `{ImportSettingsPath}` would be replaced by the path to Integrations/Autodesk/maya/scripts/unityFbxImportSettings.mel
359
358
360
359
361
360
362
361
## Working with Maya 2017+ and Maya LT 2017+
363
362
364
363
### Importing from Unity
365
364
366
-
Importing an FBX Model automatically configures the plug-in for export. The plug-in remembers your Unity Project, the export filenames, and which objects to export per file.
365
+
Importing an FBX Model automatically configures the plug-in for export. The plug-in remembers your Unity Project, the export filenames for your models and animations, and which objects to export per file.
367
366
368
367
Select __File__ > __Unity__ > __Import__ to open a file browser directly in your current Unity Project.
369
368
@@ -377,7 +376,7 @@ The FBX Exporter adds the contents of each imported file to an export set named
377
376
378
377
In addition, the contents of the file are placed into a namespace based on the filename. For *model.fbx*, the contents are placed into the `model:` namespace.
379
378
380
-
Animation files using the **@** notation (*<modelname>@<animation>.fbx*), are recognized as animation files belonging to the Model contained in *model.fbx*.
379
+
Animation files using the **@** notation (**modelname**@**animation**.fbx), are recognized as animation files belonging to the Model contained in *model.fbx*.
381
380
382
381
For instance, if you import a file called *[email protected]*, the export set and namespace name are based on the name before the **@** symbol. Therefore, it uses the same set and namespace as *model.fbx*.
383
382
@@ -394,11 +393,11 @@ There are three options available for export in Maya and Maya LT:
394
393
395
394

396
395
397
-
__File__ > __Unity__ > __Export __exports both Models and animation contained in the export sets selected for export.
396
+
__File__ > __Unity__ > __Export__ exports both Models and Animation contained in the export sets selected for export.
398
397
399
-
__File__ > __Unity__ > __Export Model Only__ exports all Models in the selected export sets, but does not export any animation.
398
+
__File__ > __Unity__ > __Export Model Only__ exports all Models in the selected export sets, but does not export any Animation.
400
399
401
-
__File__ > __Unity__ > __Export Animation Only__ exports only the animation applied to the objects in the export set as well as the minimum components required for the animation (such as transforms, animated lights and cameras).
400
+
__File__ > __Unity__ > __Export Animation Only__ exports only the Animation applied to the objects in the export set as well as the minimum components required for the animation (such as transforms, animated lights and cameras).
402
401
403
402
**Note:** If no animation file with the **@** notation has been imported, then this option has no effect. The workaround for exporting a new animation is to first import an empty FBX file with the **@** notation (*{model}@anim.fbx*), so that the export set is configured correctly.
404
403
@@ -460,9 +459,9 @@ There are two options available for export in 3ds Max:
460
459
* Export
461
460
* Export Model Only
462
461
463
-
__Export __exports both Models and animation contained in the export sets selected for export.
462
+
__Export__ exports both Models and Animation contained in the export sets selected for export.
464
463
465
-
__Export Model Only__ exports all Models in the selected export sets, but does not export any animation.
464
+
__Export Model Only__ exports all Models in the selected export sets, but does not export any Animation.
466
465
467
466
Select either to automatically export with the settings and Models configured during import. No additional steps are required.
468
467
@@ -480,19 +479,24 @@ If you select multiple dummy objects corresponding to sets or objects from multi
480
479
481
480
In each case, selecting __Export__ automatically exports the current Model back to Unity. When you switch back into Unity, your Scene has already been updated.
482
481
483
-
Unity export uses the selection sets created on import to determine which objects to export. If you add a new object to the Model, you must also add this new object to the model’s UnityExportSet set.
482
+
Unity export uses the selection sets created on import to determine which objects to export. If you add a new object to the Model, you must also add this new object to the model’s *UnityExportSet* set.
484
483
485
484

486
485
487
-
Click the __Edit Named Selection Sets__ button to edit a UnityExportSet.
486
+
Click the __Manage Selection Sets__ button to edit a UnityExportSet.
487
+
488
+

488
489
489
490
To add an object to a set, select the set, select an object and click the __Add Selected Objects__ button.
490
491
491
492
To remove an object from a set, select the object in the set and click the __Subtract Selected Objects__ button.
492
493
493
494
**Tip:** You can also right-click the UnityExportSets and add or remove objects using the context menu.
494
495
495
-

496
+

497
+
498
+
In 3ds max, use the __Add Selected Objects__ button (red outline) to add objects to Wolf_UnityExportSet
499
+
496
500
497
501
498
502
# Setting FBX Export options
@@ -508,12 +512,12 @@ Use the Fbx Export Settings window to specify whether or not to automatically up
508
512
509
513
| Property:| Function: |
510
514
|:---|:---|
511
-
|__Auto-Updater__|Check this option to enable automatic updating for Linked Prefabs whenever their linked FBX files is updated. |
515
+
|__Auto-Updater__|Check this option to enable automatic updating for Linked Prefabs whenever their linked FBX file is updated. |
512
516
|__3D Application__|Select the 3D modeling software you want to integrate with Unity. Maya 2017+, Maya LT 2017+, and 3ds Max 2017+ are the three applications currently supported.<br/><br/>Click the Browse button to choose a 3D modeling software installed in a non-standard location. |
513
517
|__Keep Open__|Check this option to keep the selected 3D modeling software open after installing it. |
514
518
|__Hide Native Menu__|Check this option to hide the native __Send to Unity__ menu in Maya and Maya LT. |
515
519
|__Install Unity Integration__|Click this button to install [Unity Integration](#Integration) for the selected __3D Application__. |
516
-
|__Run Component Updater__|Click this button to run the [Component Updater](#Repairs_1_1_0b_1) to repair any broken FbxPrefab components if your previous version of the FBX Exporter Package was 1.1.0b1. |
520
+
|__Run Component Updater__|Click this button to run the [Component Updater](#Repairs_1_1_0b_1) to repair any broken FbxPrefab components if if you were using a previous version of the FBX Exporter Package.|
0 commit comments