File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ namespace FbxExporters
10
10
{
11
11
class Integrations
12
12
{
13
- const string MenuItemName = "FbxExporters/Install Maya2017 Integration" ;
14
-
15
13
private const string MAYA_VERSION = "2017" ;
16
14
private const string MODULE_FILENAME = "unityoneclick.mod" ;
17
15
private const string PACKAGE_NAME = "FbxExporters" ;
@@ -34,7 +32,7 @@ class Integrations
34
32
35
33
private static string GetUserFolder ( )
36
34
{
37
- #if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_EDITOR_LINUX
35
+ #if UNITY_EDITOR_OSX || UNITY_EDITOR_LINUX
38
36
return System . Environment . GetEnvironmentVariable ( "HOME" ) ;
39
37
#else
40
38
return System . Environment . GetFolderPath ( System . Environment . SpecialFolder . Personal )
You can’t perform that action at this time.
0 commit comments