Skip to content

Commit

Permalink
Other check
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Jun 7, 2023
1 parent 00d8433 commit 2a79066
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public override string GetEngineExecutableName()
#if UWB_ENGINE_PRJ
public void OnValidate()
{
if(Application.isBatchMode) //CI
return;

foreach (EnginePlatformFiles engineFile in engineFiles)
{
string path = EngineManager.GetEngineProcessFullPath(this, engineFile.platform);
Expand Down

0 comments on commit 2a79066

Please sign in to comment.