Testing Place Location

I’m planning on making a game, but I need a testing place.

Should I :

  • make a separate test place inside the same experience universe
  • test directly in the main place
  • or make a completely separate experience/game for experiments?

Trying to build better development habits early and figure out the cleanest workflow long-term

probably both.

place inside universe for small updates, then multiple testing games for testing giant new features

1 Like

I suggest:
Production place
Non-Production place
One place for the actual game and one for testing stuff (dev place).

2 Likes

Separate experience for testing is the best way to go, especially if you are saving data in a Data Store to avoid corrupting your main game data.

1 Like