File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Integrations/Autodesk/maya/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ before running Unity.
24
24
25
25
Alternately, you can install the package and integrations from the command-line
26
26
using a script, an example of which can be found in the scripts folder of the
27
- Maya integration. The version for MacOS is called install_maya_plugin.bsh .
27
+ Maya integration. The version for OSX is called install_maya_plugin.sh .
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
1
2
# #######################################################################
2
3
# Copyright (c) 2017 Unity Technologies. All rights reserved.
3
4
# NOTICE: All information contained herein is, and remains
12
13
# Unity Technologies Aps.
13
14
#
14
15
# #######################################################################
15
- #!/bin/bash
16
16
17
17
# Configure where Unity is installed
18
18
if [ ! -f " ${UNITY_EDITOR_PATH} " ]; then
You can’t perform that action at this time.
0 commit comments