isUnitTestRun property
This flag is meant to alert the game engine that it is being run for unit testing purposes, but is currently not supported.
Implementation
static bool isUnitTestRun = false;
This flag is meant to alert the game engine that it is being run for unit testing purposes, but is currently not supported.
static bool isUnitTestRun = false;