Gamebase SDK for Unity  1.0.0
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 request = Gamebase.GetSDKVersion();
}