1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "MonoBehaviour": {
- "m_Enabled": true,
- "m_EditorHideFlags": 0,
- "m_Name": "",
- "m_EditorClassIdentifier": "Unity.Formats.Fbx.Editor:UnityEditor.Formats.Fbx.Exporter:ExportSettings",
- "ExportOutsideProject": false,
- "Verbose": false,
- "launchAfterInstallation": true,
- "HideSendToUnityMenu": true,
- "BakeAnimation": true,
- "showConvertToPrefabDialog": true,
- "integrationSavePath": "C:/Unity Projects/VR Cycling",
- "selectedDCCApp": 0,
- "prefabSavePaths": [
- "Prefabs/Routes",
- "Prefabs",
- "."
- ],
- "fbxSavePaths": [
- "Models/Route",
- "Prefabs/Routes",
- "Models",
- "Prefabs",
- "."
- ],
- "selectedFbxPath": 2,
- "selectedPrefabPath": 1,
- "dccOptionNames": [
- "Maya 2020"
- ],
- "dccOptionPaths": [
- "C:/Program Files/Autodesk/Maya2020/bin/maya.exe"
- ],
- "exportModelSettingsSerialize": {
- "exportFormat": 0,
- "animatedSkinnedMesh": false,
- "mayaCompatibleNaming": true,
- "include": 2,
- "lodLevel": 0,
- "objectPosition": 0,
- "exportUnrendered": true
- },
- "convertToPrefabSettingsSerialize": {
- "exportFormat": 0,
- "animatedSkinnedMesh": false,
- "mayaCompatibleNaming": false
- }
- }
- }
|