Skip to content

Commit

Permalink
brkl
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Feb 20, 2025
1 parent 7c24f46 commit 46fb8b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Dojo/Runtime/WorldManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46fb8b8

Please sign in to comment.