Implmeented some stuiff
This commit is contained in:
@@ -9,6 +9,7 @@ import { CameraRunner } from './CameraRunner';
|
||||
import { UnityRunner } from './Unity/UnityRunner';
|
||||
import { UnityWebSocket } from './Unity/UnityWebSocket';
|
||||
import { TwilioHandler } from './Twilio';
|
||||
import { delay } from './Utils';
|
||||
|
||||
export class Main {
|
||||
dataPath = join(homedir(), 'MorphixProductions', 'NTSHControl');
|
||||
@@ -65,6 +66,8 @@ export class Main {
|
||||
});
|
||||
if (!succeed) return;
|
||||
|
||||
await delay(5000);
|
||||
|
||||
console.log('Starting UnityRunner...');
|
||||
await this.UnityRunner.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user