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

Update release script to download server sdk and package it alongside the tarball #243

Closed AWSJackson closed 7 months ago

AWSJackson commented 7 months ago

With 2.x, we changed up the artifact we released from the tarball to a ZIP including the tarball, the CSharp Server SDK for Unity (with the license file removed), and a readme for installation instructions. This PR looks to update the scripts to handle this new artifact automatically.

Update release script to,

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