Gamebase SDK for Unity  1.0.0
Toast Gamebase Platform

◆ SetDebugMode()

static void SetDebugMode ( bool  isDebugMode)
static

Method that setting Gamebase to debug mode.

Debug mode can print logs that has debug, info and verbose log level on console app.

Parameters
isDebugModeDebugMode

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

public void SetDebugMode(bool isDebugMode)
{
Gamebase.SetDebugMode(isDebugMode);
}