aws / amazon-gamelift-plugin-unity

The Amazon GameLift Plugin for Unity contains libraries and native UI that makes it easier to access GameLift resources and integrate GameLift into your Unity game. You can use the GameLift Unity Plugin to access GameLift APIs and deploy AWS CloudFormation templates for common gaming scenarios.
https://aws.amazon.com/gamelift/getting-started/
Apache License 2.0
76 stars 16 forks source link

Fixed boxes being closed after opening in bootstrap #201

Closed ChefCarlos closed 8 months ago

ChefCarlos commented 8 months ago

_stateManager.SetBucketBootstrap(bucketName); would close all status boxes as it updated the user profile. So I have swapped them so it will show after it has changed everything.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.