General

Discuss all the things!

176 Topics 660 Posts
  • 0 Votes
    6 Posts
    2k Views

    @moondory77 brainCloud 6.0 is releasing this month (June 2026). I am really excited about the headline features for it, hope you love it!

  • Integration with .NET server

    Unsolved
    2
    0 Votes
    2 Posts
    181 Views

    The SDK is just a plain C# source library you can drop into any .NET project (not Unity-only). You can find usage examples and the source in our GitHub repositories at https://github.com/getbraincloud.

  • 0 Votes
    1 Posts
    123 Views
    No one has replied
  • 0 Votes
    3 Posts
    186 Views

    Thank you for your response.

    We used the automated promotion without making any changes to it. However, we confirmed that it works correctly in the production app.

    It seems that the issue may have been temporary, or that there was something incorrect in our configuration at the time. If the issue occurs again, we will contact you again with more details.

    Thank you for your help.

  • 0 Votes
    6 Posts
    343 Views

    My question has been answered.
    Thank you for your kind and detailed explanations every time.

  • Question about using unique indexes for Custom Entities

    Solved
    11
    0 Votes
    11 Posts
    638 Views
  • brainBot 6 is live! What do you think?

    Unsolved
    1
    0 Votes
    1 Posts
    76 Views
    No one has replied
  • 0 Votes
    12 Posts
    714 Views

    Thank you for your helpful response.

    Unfortunately, since this feature does not align with the specifications we are currently planning, we have decided not to use it for the time being.

    We will contact you again if we need it in the future.
    Thank you.

  • Segment Code Bug Report

    Unsolved
    6
    0 Votes
    6 Posts
    371 Views

    @JasonL At the time I reported this, that field was locked too, so it couldn't be edited — but I've now confirmed that it's editable.

  • MyServers Permission

    Unsolved
    3
    0 Votes
    3 Posts
    147 Views

    hi. @Paul-Winterhalder
    yes, permissions to call specific scripts and access control for Services and Operations regarding the generally provided functions are required.
    For example, there may be management tools that call specific scripts and use certain functions (CloudData...),
    and there may be administrators who only manage items.
    If possible, each API Key should be a function with permissions tailored to the situation.

    Let me give you an example. A company utilizes a mix of office and remote work. While the internal network can be protected to some extent by IP ranges, it is difficult to identify specific IPs because multiple operators work from home. Therefore, it is currently somewhat difficult to handle this situation using only IPs.

  • 0 Votes
    3 Posts
    109 Views

    Thanks Paul, that makes sense.

    For now, we’ll keep using a dedicated internal/service profile with getSessionForProfile() + callAPIForSession() as a temporary workaround for our monthly transaction reporting job.

    Could you please confirm whether this workaround is safe to use temporarily in production, as long as we do not include a profileId in the search criteria and only use the session to authorize the request?

    Also, we’d appreciate it if you could let us know once the S2S proxy hookup for SYS_GET_TRANSACTIONS_PAGE has been reviewed or fixed.

    Thanks again for checking into this.

  • 0 Votes
    5 Posts
    218 Views

    Thank you for your detailed and courteous response. It fully answered my questions.

  • 0 Votes
    5 Posts
    230 Views

    Hello @Paul-Winterhalder

    I apologize for the repeated questions, but I am following up on this again because our live service experiences a temporary outage every time we attempt to deploy only data to our production environment.

    Even when the operation is strictly intended to deploy only customEntities, as shown in the payload below, the temporary "App is disabled" state still occurs:

    {
    ...
    "allowLiveUpdate": true,
    "components": {
    "meta": true,
    "scripts": false,
    "files": false,
    "customEntities": true,
    "legacyFiles": false
    },
    "options": {
    "meta": {
    "excludes": {
    "itemCatalog": true,
    "productPricing": false,
    "pushCertificates": true,
    "integrations": true,
    "myServers": true,
    "lobbies": true,
    "leaderboardsTournaments": true,
    "independentLeaderboards": true,
    "divisionSetConfigsOverride": true,
    "migratableGlobalEntities": true,
    "migratableCustomEntities": false,
    "selfServiceBranding": true
    }
    }
    }
    }

    We would like to know the exact scope of deployment conditions where the "App is disabled" state does not occur. While we understand that it might not be possible to prevent the disabled state across all deployment processes, we would like to at least define and narrow down the conditions.

    We are hoping there is a way to migrate at least customEntities between environments without triggering the app disabled state. It would be even better if there were a way to specify and migrate each collection individually.

  • 0 Votes
    2 Posts
    62 Views

    Unfortunately, our notification templating system is very simple and currently only supports simple text notifications. It does not currently push a template id.

    We do have plans to revamp the system on our "to-do" list - but it has not been scheduled yet.

    We recommend folks use the "raw" template calls - they give devs the most control over what gets sent to the various notification systems.

    Paul.

  • 0 Votes
    3 Posts
    103 Views

    @Paul-Winterhalder
    Thank you! Supporting this feature would be a tremendous help in maintaining the stability of our live service.

    Could you please leave a comment once a decision is made on how this will be handled?

    As soon as the feature is supported, we will make sure to implement it into our live service immediately.

  • 0 Votes
    1 Posts
    51 Views
    No one has replied