2021-05-04
Features #
- Unreal SDK
- Extension services should now live outside of the SDK and register with
Session::RegisterService
instead of being added toPragmaExtensionServices.h
. - New SDK update script:
sdk/unreal4/update-pragma-sdk.sh
.- See script for configuration details.
UPragmaConnection::ConnectionError
renamed toUPragmaConnection::FConnectionError
PragmaSdkConfig
has aUserData
field that can be used to pass arbitrary data using the existingPragma.ini
flow at deploy-time.
- Extension services should now live outside of the SDK and register with
- Infrastructure
- Support for deploying game server binary to a shard.
- New buildkite pipeline that pulls from an s3 bucket.
dev-shard-deploy.sh
updated to use a local binary.- New script
upload-game-server.sh
which simplifies uploading a game server to the s3 bucket.
- Support for deploying game server binary to a shard.
Deprecation #
Pragma Engine - DEPRECATED this release (will be removed in release 0.0.18):
make.ps1
scriptstorePurchaseV1
RPC