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

Resolve develop branch after feature/anywhere was merged directly into main #238

Closed AWSJackson closed 10 months ago

AWSJackson commented 10 months ago

We merged the anywhere feature branch directly into main as opposed to into develop first because that was the develop branch for this feature release; however, this has put develop in a bad state in comparison with main. To bring develop back into parity with main, we should merge main's changes into develop.

Comparing my local main with develop shows no files changed:

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