mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
重置2.0.0(beta)
重置2.0.0(beta)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 设置默认分支为2020.3.33,避免很多人忘了切分支
|
||||
IL2CPP_BRANCH=2020.3.33
|
||||
IL2CPP_BRANCH=__VERSION__
|
||||
|
||||
rm -rf hybridclr_repo
|
||||
# clone huatuo仓库,国内推荐用 gitee
|
||||
@@ -17,7 +17,7 @@ git clone --depth=1 -b $IL2CPP_BRANCH https://gitee.com/focus-creative-games/il2
|
||||
# 一般像这样
|
||||
# C:\Program Files\Unity\Hub\Editor\2020.3.33f1c2\Editor\Data\il2cpp
|
||||
# /Applications/Unity/Hub/Editor/2020.3.33f1/Unity.app/Contents/il2cpp
|
||||
IL2CPP_PATH='/Applications/Unity/Hub/Editor/2020.3.33f1/Unity.app/Contents/il2cpp'
|
||||
IL2CPP_PATH='__PATH__'
|
||||
|
||||
if [ ! -d "$IL2CPP_PATH" ] ; then
|
||||
echo "你未指定正确的il2cpp路径"
|
||||
|
Reference in New Issue
Block a user