add temp pwd call to help figure out absolute pathing

This commit is contained in:
Aaron Trudeau
2022-01-26 23:35:05 -05:00
parent 0555c18f6d
commit 4f08cb5c7b

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
# #