示例#1
0
        private void RetrievePlayer()
        {
            Debug.Log("<color=yellow>Retrieving player of name Mithrandir from the Cloud.</color>");

            // Get any objects from table 'PlayerInfo' with value 'Mithrandir' in the field called 'name'.
            Drive.GetObjectsByField(_tableName, "name", _playerData.name, true);
        }