This commit is contained in:
Frostebite 2024-01-07 18:01:58 +00:00
parent 37de5b229f
commit 66947bd933

View File

@ -4,6 +4,10 @@
if [ ! -d "/BlankProject" ]; then if [ ! -d "/BlankProject" ]; then
mkdir /BlankProject mkdir /BlankProject
fi fi
# if blankproject folder doesn't exist create it
if [ ! -d "/BlankProject/Assets" ]; then
mkdir /BlankProject/Assets
fi
if [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then if [[ -n "$UNITY_SERIAL" && -n "$UNITY_EMAIL" && -n "$UNITY_PASSWORD" ]]; then
# #