Add build preset and target names to access for Game Cooker extending

This commit is contained in:
Wojtek Figat
2021-08-08 16:02:48 +02:00
parent 6b532d2fbc
commit a085531fda
5 changed files with 47 additions and 13 deletions

View File

@@ -1189,7 +1189,7 @@ namespace FlaxEditor
return true;
}
Windows.GameCookerWin.Build(target);
Windows.GameCookerWin.Build(preset, target);
}
Windows.GameCookerWin.ExitOnBuildQueueEnd();