Skip to content

Commit 5cd9fc1

Browse files
author
Benoit Hudson
committed
Integration README: recommend automatic install
1 parent 5d4c782 commit 5cd9fc1

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Assets/Integrations/Autodesk/maya2017/README.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,28 @@
1313
#
1414
########################################################################
1515

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+
1627
Manual Installation
1728
===================
1829

1930
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.
2132

2233
1. copy unityoneclick.mod to user folder
2334

2435
MacOS & Ubuntu: ~/MayaProjects/modules
2536
Windows: C:\Program Files\Autodesk\Maya2017\modules
26-
37+
2738
2. configure path within unityoneclick.mod to point to integration installation folder
2839

2940
{UnityProject}/Assets/Integrations/Autodesk/maya2017
@@ -42,4 +53,4 @@ export PYTHONPATH=${MAYA_INTEGRATION_PATH}/scripts
4253
${MAYAPY_PATH} ${MAYA_INTEGRATION_PATH}/scripts/run_all_tests.py
4354

4455
# run one test
45-
${MAYAPY_PATH} ${MAYA_INTEGRATION_PATH}/scripts/unityOneClick/commands.py
56+
${MAYAPY_PATH} ${MAYA_INTEGRATION_PATH}/scripts/unityOneClick/commands.py

0 commit comments

Comments
 (0)