Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. Paul Gregory
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Paul Gregory

    @Paul Gregory

    1
    Reputation
    4
    Posts
    10
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Paul Gregory Follow

    Best posts made by Paul Gregory

    • UpdateGroupEntityData doesn't update the "updatedAt" field.

      I've noticed when calling UpdateGroupEntityData, the data is updated, as is the version, but the updatedAt field remains the same as the createdAt field.

      This is critical to avoid multiple API calls to determine what assets have changed and need to be updated in the client.

      Paul

      posted in Client API Defects
      P
      Paul Gregory

    Latest posts made by Paul Gregory

    • UpdateGroupEntityData doesn't update the "updatedAt" field.

      I've noticed when calling UpdateGroupEntityData, the data is updated, as is the version, but the updatedAt field remains the same as the createdAt field.

      This is critical to avoid multiple API calls to determine what assets have changed and need to be updated in the client.

      Paul

      posted in Client API Defects
      P
      Paul Gregory
    • GetMyGroups never returns

      Hi,

      Trying prove out a workflow for my game, having authenticated in the Unity editor anomymously, using the BrainCloudWrapper, I try to get a list of groups that this user is a member of using the following code.

              _bc.GroupService.GetMyGroups((response, cbObject) => {
                  Debug.LogFormat("GetMyGroups returned: {0}", cbObject);
              }, failureCallback);
      

      but it never returns anything, neither the success nor the failure callback is called, no errors I can see on the server logs in the portal, nothing, it's like the request has just disappeared into the ether. I tried "ReadGroup" on a known group ID too, same thing. I have created a group and added the anonymous user to that group by profileId.

      Any ideas what I'm doing wrong?

      Paul

      posted in Client APIs
      P
      Paul Gregory
    • RE: Unity AddressableAssets

      So, I guess nobody has an answer to this? Or is this the sort of response that is typical on these forums?

      posted in Client APIs
      P
      Paul Gregory
    • Unity AddressableAssets

      Hi,

      Is is possible to use the brainCloud file storage and CDN system to deliver asset bundles to the new AddressableAssets subsystem in Unity?

      Paul

      posted in Client APIs
      P
      Paul Gregory