Skip to content

Conversation

improbable-valy
Copy link
Contributor

Description

This pull request releases patch version 0.6.1 into preview.

Features:

Bug fixes:

  • Simulated player launch configurations are no longer invalid when the GDK is installed as an Engine Plugin.
  • RPCs that have been queued for execution for more than 1 second (the default value in SpatialGDKSettings QueuedIncomingRPCWaitTime) are now executed even if there are unresolved parameters. This stops unresolved parameters from blocking the execution queue.
  • Offloading is no longer enabled by default in the Example Project. You can toggle offloading on using these steps.
  • Guns no longer intermittently detatch from simulated players in the Example Project.
  • Default cloud deployment settings are now correctly set. This means you don't need to manually reset them before doing a cloud deployment.

Tests

@oblm & @m-samiec performed the release testing process.
@oblm re-tested every fix listed in the CHANGELOG.

Documentation

0.6.1 documentation is already live at docs.improbable.io/unreal

anne-edwards and others added 4 commits August 9, 2019 10:36
* Clarify elements of the GDK

* Remove duplicate and outdated info

* Changes from review
Offloading workers AIWorker / CrashWorker should not start by default in example project. Disabling offloading should have this effect.
In AGDKCharacter::BeginPlay a callback is registered on the UEquippedComponent::HoldableUpdated. This callback is used to attach the new AHoldable to the player's skeleton.

Blueprint subclasses: BP_Base_Character, and BP_FPS_Character had overridden BeginPlay but not called the Parent function, so the callback was not attached.

This meant that if a weapon was checked out after the character, it would not be attached, and would stay floating where it was spawned.
@improbable-valy improbable-valy requested a review from oblm August 15, 2019 12:59
@improbable-prow-robot improbable-prow-robot added jira/no-ticket Indicates a PR has no corresponding JIRA ticket size/M Denotes a PR that changes 40-149 lines, ignoring generated files. labels Aug 15, 2019
@improbable-valy improbable-valy merged commit 4bb997c into preview Aug 15, 2019
@m-samiec m-samiec deleted the 0.6.1-hotfix branch August 16, 2019 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira/no-ticket Indicates a PR has no corresponding JIRA ticket size/M Denotes a PR that changes 40-149 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants