-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Spec and Health data to default local sdk GameServer #1166
Add Spec and Health data to default local sdk GameServer #1166
Conversation
Noticed when building the Unity `SDK.GameServer()`, there was no data in the Spec field that come with the GameServer that comes through the SDK. This gives it some default values, making it easier to build SDKs against.
Build Failed 😱 Build Id: cecb0479-d609-4b5b-95d7-2dd8417b96aa To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: e5c58f53-9b16-4630-911d-e65d007f8899 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: d7afc1be-5c97-4af7-9738-9cca01753868 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
That's a new one. Haven't seen that one before. |
Build Succeeded 👏 Build Id: 842c5b05-f033-47e0-a645-4987e0bfcec2 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Noticed when building the Unity
SDK.GameServer()
, there was no data in the Spec field that come with the GameServer that comes through the SDK.This gives it some default values, making it easier to build SDKs against.