Skip to content

Commit

Permalink
adjusted plugins/Android/install.sh for unity 5.2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
KojiNakamaru committed Sep 15, 2015
1 parent 64698a9 commit 3204b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/Android/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ UNITYLIBS="/Applications/Unity/Unity.app/Contents/PlaybackEngines/AndroidPlayer/
if [ ! -f $UNITYLIBS ]
then
UNITYLIBS="/Applications/Unity/Unity.app/Contents/PlaybackEngines/AndroidPlayer/release/bin/classes.jar"
if [ ! -f $UNITYLIBS ]
then
UNITYLIBS="/Applications/Unity/Unity.app/Contents/PlaybackEngines/AndroidPlayer/Variations/mono/Release/Classes/classes.jar"
fi
fi
DSTDIR="../../build/Packager/Assets/Plugins/Android"
export ANT_OPTS=-Dfile.encoding=UTF8
Expand Down

0 comments on commit 3204b18

Please sign in to comment.