diff --git a/Assets/Dojo/Runtime/WorldManager.cs b/Assets/Dojo/Runtime/WorldManager.cs index 83ddbf75..46c14451 100644 --- a/Assets/Dojo/Runtime/WorldManager.cs +++ b/Assets/Dojo/Runtime/WorldManager.cs @@ -18,6 +18,7 @@ public class WorldManager : MonoBehaviour async void Awake() { #if UNITY_WEBGL && !UNITY_EDITOR +break wasmClient = new ToriiWasmClient(dojoConfig.toriiUrl, dojoConfig.relayWebrtcUrl, dojoConfig.worldAddress); await wasmClient.CreateClient(); #else