Skip to content

Commit

Permalink
Merge version 2.1.0 changes to aws/main (#253)
Browse files Browse the repository at this point in the history
* Update release script to download server sdk and package it alongside the tarball (#243)

* Fix scripts to stop further execution when error occurs

* Create common script for verifying working directory

* Download and package server sdk with release script

* Add some color to the release scripts

* Add server sdk argument to readme commands

* Use PowerShell standard commands instead of aliases in release script

* Resolve root directory from release script path

* Move release script artifacts to dedicated folders

* Minor tweaks from PR comments

* GLIFT-22897: fix anywhere fleet dropdown fleet name not show (#245)

* Update readme on prereq to install dedicated server build support module (#246)

* Update readme on prereq to install dedicated server build support module

Co-authored-by: AWSJackson <[email protected]>

---------

Co-authored-by: AWSJackson <[email protected]>

* Remove spot fleet scenario (#247)

* Minor Version Bump (#251)

* GLIFT-23157: Patch Version Bump

cr: https://code.amazon.com/reviews/CR-113158659

* Adds new changelog item

* Changed to approved wording

* Changes patch version bump to minor version bump

---------

Co-authored-by: Levi Gerber <[email protected]>

---------

Co-authored-by: AWSJackson <[email protected]>
Co-authored-by: wenxiul <[email protected]>
Co-authored-by: Levi Gerber <[email protected]>
  • Loading branch information
4 people authored Feb 9, 2024
1 parent 5b51751 commit f5241d6
Show file tree
Hide file tree
Showing 67 changed files with 232 additions and 1,676 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
.idea/
*.dll
*.unitypackage
*.tgz
*.tgz.meta
*.iml
*.iml.meta
SampleGameBuildLog.txt
build.meta
/build/

# Infra
Expand Down
5 changes: 0 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ infra/
Scripts~/
Temp~/

*.tgz
*.tgz.meta

artifact.zip
artifact.zip.meta
build.meta
infra.meta
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGELOG

# 2.1.0 (2/13/2023)

- Updated the Server SDK to 5.1.2
- Removed Spot Fleet deployment scenario. For a deployment with Spot fleets and multi-location fleets, use the FlexMatch fleet scenario instead.

# 2.0.0 (11/16/2023)

- Added support for Amazon GameLift Server SDK 5 and Amazon GameLift Anywhere.
Expand Down
3 changes: 1 addition & 2 deletions Editor/CoreAPI/DeploymentScenarios.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace AmazonGameLift.Editor
public enum DeploymentScenarios
{
SingleRegion = 0,
SpotFleet = 1,
FlexMatch = 2
FlexMatch = 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public sealed class Deployer : DeployerBase

public override string HelpUrl => "https://docs.aws.amazon.com/gamelift/latest/developerguide/unity-plug-in-scenario.html";

public override string ScenarioFolder => "scenario3_flexmatch";
public override string ScenarioFolder => "scenario2_flexmatch";

public override bool HasGameServer => true;

Expand Down

This file was deleted.

This file was deleted.

58 changes: 0 additions & 58 deletions Editor/Resources/CloudFormation/scenario2_spot_fleets/Deployer.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit f5241d6

Please sign in to comment.