aws / amazon-gamelift-plugin-unreal

The Amazon GameLift Plugin for Unreal contains libraries and native UI that makes it easier to access GameLift resources and integrate GameLift into your Unreal game. You can use the GameLift Unreal 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
32 stars 18 forks source link

Fix issue when deploying a build with large files #25

Closed amayreh-gamelift closed 7 months ago

amayreh-gamelift commented 7 months ago

Issue #, if available: GLIFT-22732

Description of changes: The behavior is changed such that when a file failed to be added to server build Zip, it will not cause failure and will be excluded from the zip file if its a .pdb file or a file with size more than 500 MB.

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