Skip to main content

Update SDK (UpdateSDK)

AndroidiOSWindows
If you are using Unreal Engine, please refer to UpdateSDK in the Unreal Engine SDK.
caution

Player Network SDK V1.18 and later does not require calling UpdateSDK.

Invoke the update function.
Update every frame from the main loop to ensure asynchronous functions continue updating.Call this function lightly during game ticks.

Function definition

public static void UpdateSDK();

Code sample

INTLSDK.UpdateSDK();