Unity Game SDKv0.5.1Download SDK
RUEN

Common errors

ErrorCauseResolution
MANIFEST_MISSINGNo launch argumentEnable mock mode or start the game through Launcher
MANIFEST_INVALIDInvalid schema or fieldsValidate JSON and the schema version
AUTH_REJECTEDToken or game_id mismatchDo not reuse an old manifest
READY_TIMEOUTThe game did not report readinessCheck scene loading and the ReadyAsync call
SOCKET_CLOSEDLauncher stopped or the connection was lostPause gameplay and show a system connection state
DUPLICATE_COMPLETECompletion was sent twiceRoute all endings through one completion function