This commit is contained in:
陈思海 2025-06-24 16:07:56 +08:00
parent 1f43ef234d
commit 9fce987084

View File

@ -40,7 +40,7 @@ namespace AlicizaX.Network.Runtime
allAssemblies[allAssemblies.Length - 1] = typeof(NetworkModule).Assembly;
await Fantasy.Platform.Unity.Entry.Initialize(allAssemblies);
_scene = await Scene.Create(SceneRuntimeType.MainThread);
_scene = await Scene.Create(SceneRuntimeMode.MainThread);
}
public void Connect(string remoteAddress, NetworkProtocolType networkProtocolType, bool isHttps)