question

bfg avatar image
bfg asked

Switching between development and production projects

Unity SDK

Production Title ID: 238B

Development Title ID: 7A6C7

I have two projects under my studio for a project.

1) A live version where users are active

2) A development version that I would like to use when I am developing new features so I don't disrupt my users.

The problem I am having is that in the Playfab Editor Extensions when I change the project Title ID from the production to the development it immediately switches back during play. What can I do to prevent it from switching? Do I need to make whole other Unity Project for the development?

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

·
Hernando avatar image
Hernando answered

It should not have such the issue in it. I guess the reason for this problem is in unity side, did you modify the title ID in play mode or have hardcoded it in the script. It might be a good idea to check it.

1 comment
10 |1200

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

bfg avatar image bfg commented ·

Thanks you fixed my issue. The title data was indeed being set via code.

0 Likes 0 ·

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.