question

rogerolier avatar image
rogerolier asked

Automatic playfab title selection

Hi!

We want to maintain three studio titles for our project, one for development, one for release candidate, and one for final release game.
With this, we expect to be able to develop without breaking any final user environtment.

My question, is there any suggested method for a build to automatically decide the title environtment?

Thanks!

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

What tools are you using for your build environment? What language? In general, since this is entirely determined by the Title ID you're using, the basic method would be to have an easy way for the developer to select the Title ID - either via an interface tool (like our Editor Extensions for Unity - https://github.com/PlayFab/UnityEditorExtensions), or by having an internal-only version of your title which allows you to pick the Title ID in its interface (as we do in our Unicorn Battle demo app - https://github.com/PlayFab/UnicornBattle).

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.