Get the current version of the Gamebase SDK for Unity as a string.
public void GetSDKVersionSample()
{
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