Our FPS Game BloxStrike uses seperate places for each gamemode, each place runs the same code the only difference being the specific gamemode available in that place. Whenever we need to update the game i need to publish to 3 seperate places one at a time. This is very limiting and annoying to deal with, ideally i should be able to select multiple places i wish to overwrite.
This is a problem that packages are perfect for. Just update the package rather than updating every place.
3 Likes
