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
81 stars 16 forks source link

Fixes to RegisterComputeInput; Will use correct compute name; make fi… #189

Closed ChefCarlos closed 11 months ago

ChefCarlos commented 11 months ago

The Compute foldout allows the user to edit the compute name and ip address fields when the compute is registered. This should only be an option before registering and when registering a new compute.

Now will set fields to readonly if they are in the registered state.

Also fixed a bug with canceling when changing the name.

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