重置2.0.0(beta)

重置2.0.0(beta)
This commit is contained in:
ALEXTANG
2022-08-25 22:53:10 +08:00
parent f287775e18
commit cc908c2b99
905 changed files with 21204 additions and 81789 deletions

View File

@@ -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路径"