Remove mkdir call
parent
635b6929b9
commit
f5125f8d1d
|
@ -39,11 +39,9 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||||
|
|
||||||
echo "Creating an empty Unity project to add the package to."
|
echo "Creating an empty Unity project to add the package to."
|
||||||
|
|
||||||
mkdir "TempProject"
|
unity-editor \
|
||||||
|
|
||||||
unity-editor \
|
|
||||||
-batchMode \
|
-batchMode \
|
||||||
-createProject "./TempProject" \
|
-createProject "./TempProject" \
|
||||||
-quit
|
-quit
|
||||||
|
|
||||||
UNITY_PROJECT_PATH="./TempProject"
|
UNITY_PROJECT_PATH="./TempProject"
|
||||||
|
|
Loading…
Reference in New Issue