private void Start() { UnityEngine.Debug.Log("test"); //DLLTestClass.DLLTestMethod(); Logger.LogMessage += Logger_LogMessage; simulation = new UnitySimulation(); }
static void Main(string[] args) { simulation = new UnitySimulation(); while (true) { ReadInput(); } }