HELP
Development FAQ

MATCHMAKE_UNHANDLED error has occurred

5min

If MATCHMAKE_UNHANDLED error occurs during QR test, try the method below to solve it.

Document image




Please check the Multiplay server script (index.ts).

  • This error code may occur when the client does not smoothly receive Multiplay Room State data from the server after connecting to multiplay server.
  • Refer to the tutorial below and check the code in the onCreate/onJoin part of the server script (index.ts).

📘 Please refer to the following guide. ZEPETO Multiplay Tutorial



Please update the ZEPETO WORLD SDK version to the latest version.

  • Refer to the guide below to check if the ZEPETO WORLD SDK version is up to date, and then update to the latest version.

📘 Please refer to the following guide. Updating Package



Please check the Zepeto World Multiplay component.

  • This error might occur if Zepeto World Multiplay components are present in different scenes.
  • Add the Zepeto World Multiplay component to just one scene and follow the example code below to implement it as a singleton.
TypeScript