Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 530 Bytes

File metadata and controls

13 lines (11 loc) · 530 Bytes

Executor to wrap Unity Batchmode

Parses logs and retrieve return code. package on npmjs

Usage

const unityRunner = new UnityRunner(..);
await unityRunner.runUnityBatchmode(..);

UnityRunner module implements the executor. There are several ways to configure Unity Batchmode executable to be called:

  • pass the path to the Unity editor executable
  • set an environment variable UNITY_EXECUTABLE
  • add unity command to the current environment