File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ class Integrations
11
11
private const string PACKAGE_NAME = "FbxExporters" ;
12
12
private const string VERSION_FILENAME = "README.txt" ;
13
13
private const string VERSION_FIELD = "**Version**" ;
14
+ private const string VERSION_TAG = "{Version}" ;
14
15
private const string PROJECT_TAG = "{UnityProject}" ;
15
16
16
17
private const string FBX_EXPORT_SETTINGS_PATH = "Integrations/Autodesk/maya/scripts/unityFbxExportSettings.mel" ;
@@ -302,6 +303,7 @@ public static bool InstallMaya(bool verbose = false)
302
303
{
303
304
Dictionary < string , string > Tokens = new Dictionary < string , string > ( )
304
305
{
306
+ { VERSION_TAG , GetPackageVersion ( ) } ,
305
307
{ PROJECT_TAG , GetProjectPath ( ) }
306
308
} ;
307
309
You can’t perform that action at this time.
0 commit comments