add temp pwd call to help figure out absolute pathing

pull/164/head
Aaron Trudeau 2022-01-26 23:35:05 -05:00
parent 0555c18f6d
commit 4f08cb5c7b
No known key found for this signature in database
GPG Key ID: 29F89A9BDAAF7BDE
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ if [ "$PACKAGE_MODE" = "true" ]; then
-quit -quit
UNITY_PROJECT_PATH="./TempProject" UNITY_PROJECT_PATH="./TempProject"
# REMOVE get the current working directory for temporary debugging reasons
pwd
fi fi
# #