File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Assets/Integrations/Autodesk/maya2017 Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 13
13
#
14
14
########################################################################
15
15
16
+ Automatic Installation
17
+ ===================
18
+
19
+ The easiest installation method is to launch Unity and use the
20
+ FbxExporters -> Install Maya Integration
21
+ option.
22
+
23
+ It will choose the most recent version of Maya installed in the default
24
+ installation location. To choose a particular version of Maya or to handle
25
+ non-default installation locations, set the MAYA_LOCATION environment variable.
26
+
16
27
Manual Installation
17
28
===================
18
29
19
30
Instructions for installing if you don't use the unity package installer
20
- and your installing in a none -default location.
31
+ and your installing in a non -default location.
21
32
22
33
1. copy unityoneclick.mod to user folder
23
34
24
35
MacOS & Ubuntu: ~/MayaProjects/modules
25
36
Windows: C:\Program Files\Autodesk\Maya2017\modules
26
-
37
+
27
38
2. configure path within unityoneclick.mod to point to integration installation folder
28
39
29
40
{UnityProject}/Assets/Integrations/Autodesk/maya2017
@@ -42,4 +53,4 @@ export PYTHONPATH=${MAYA_INTEGRATION_PATH}/scripts
42
53
${MAYAPY_PATH} ${MAYA_INTEGRATION_PATH}/scripts/run_all_tests.py
43
54
44
55
# run one test
45
- ${MAYAPY_PATH} ${MAYA_INTEGRATION_PATH}/scripts/unityOneClick/commands.py
56
+ ${MAYAPY_PATH} ${MAYA_INTEGRATION_PATH}/scripts/unityOneClick/commands.py
You can’t perform that action at this time.
0 commit comments