This commit is contained in:
Cat Flynn 2021-03-09 17:35:28 +00:00
parent 131e8f8792
commit d3a1905f1e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ launch_unity () {
-projectPath "$(pwd)/game" -projectPath "$(pwd)/game"
unitypid=`pgrep -n Unity` unitypid=`pgrep -n Unity`
echo "launched unity ($pid)" echo "launched unity ($unitypid)"
} }
launch_unity launch_unity