Fixing proj path
This commit is contained in:
parent
07100f700d
commit
cc1983f280
|
@ -36,7 +36,7 @@ function unity_exec($func, $build_target = "", $quit = true, $batchmode = true)
|
||||||
{
|
{
|
||||||
global $GAME_ROOT;
|
global $GAME_ROOT;
|
||||||
|
|
||||||
$proj_path = normalize_path("$GAME_ROOT/");
|
$proj_path = normalize_path(get("UNITY_ASSETS_DIR") . '/../');
|
||||||
|
|
||||||
$log_file = "$GAME_ROOT/build/unity.log";
|
$log_file = "$GAME_ROOT/build/unity.log";
|
||||||
ensure_rm($log_file);
|
ensure_rm($log_file);
|
||||||
|
|
Loading…
Reference in New Issue