interop tests
This commit is contained in:
@@ -3,6 +3,8 @@ using FlaxEngine;
|
||||
using Console = Game.Console;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using FlaxEngine.Json;
|
||||
|
||||
|
||||
#if FLAX_EDITOR
|
||||
using FlaxEditor;
|
||||
@@ -137,6 +139,9 @@ public class ConsoleEditorPlugin : EditorPlugin
|
||||
|
||||
private void OnPlayModeBegin()
|
||||
{
|
||||
if (!Level.Scenes.Any(x => x.ID == JsonSerializer.ParseID("194e05f445ece24ec5448d886e1334df"))) // MainScene
|
||||
return;
|
||||
|
||||
//FlaxEditor.Editor.Instance.PlayModeBegin -= Instance_PlayModeBegin;
|
||||
LoadConfig();
|
||||
//GameMode.Connect();
|
||||
|
||||
Reference in New Issue
Block a user