From 0e520b02fd5343afc4b429df4c5ca25ab7b845e1 Mon Sep 17 00:00:00 2001 From: wrenge Date: Tue, 9 Aug 2022 11:02:35 +0300 Subject: [PATCH] Unity task fix --- unity.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity.inc.php b/unity.inc.php index e5e57c9..9994b6f 100644 --- a/unity.inc.php +++ b/unity.inc.php @@ -9,7 +9,7 @@ task('unity', function() if(is_win()) { $unity_app_path = "'$unity_path/Editor/Unity.exe'"; - run_background_proc($unity_app_path, ['-projectPath', "'$proj_path'"]); + run_background_proc($unity_app_path, ['-projectPath', "$proj_path"]); } else {