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

Default Text Compute Bug Fix #141

Closed ChefCarlos closed 10 months ago

ChefCarlos commented 10 months ago

Bug Description*

Registering a new compute with default text "ComputerName-ProfileName" throws an error Null reference on line 90 in RegisterComputeInput when installing the plugin for the first time, selecting account, making fleet, then clicking register compute.

Description of changes: Small change to use default values if this is plugins first install and they don't change default values.

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