Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ GetSDKVersion()

static string GetSDKVersion ( )
static

Method that got SDK version of client

Returns
SDK version

This sample shows how to call the Gamebase.GetSDKVersion method.

public void GetSDKVersion()
{
string sdkVersion = Gamebase.GetSDKVersion();
}