Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches

◆ GetSDKVersion()

static string GetSDKVersion ( )
static

Get the current version of the Gamebase SDK for Unity as a string.

Since
Added 1.4.0.
Returns
The current version of the Gamebase SDK.

Example Usage :

public void GetSDKVersionSample()
{
string sdkVersion = Gamebase.GetSDKVersion();
Debug.Log(string.Format("sdkVersion:{0}", sdkVersion));
}
static string GetSDKVersion()
Get the current version of the Gamebase SDK for Unity as a string.
Definition Gamebase.cs:1708
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11