예제 #1
0
        private void GetAllTables()
        {
            Debug.Log("<color=yellow>Retrieving all data tables from the Cloud.</color>");

            // Get all objects from table 'PlayerInfo'.
            Drive.GetAllTables(true);
        }