From 9fce9870849cd0d6ec65775b7783aab2c442c69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Tue, 24 Jun 2025 16:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Network/NetworkModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Network/NetworkModule.cs b/Runtime/Network/NetworkModule.cs index 2690f35..2cb0750 100644 --- a/Runtime/Network/NetworkModule.cs +++ b/Runtime/Network/NetworkModule.cs @@ -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)