Skip to content

v3.4.0

Compare
Choose a tag to compare
@genail genail released this 04 Oct 08:47

Added

  • Sentry integration
  • File parts support

Changed

  • Refactor log sending service
  • Move configuration option for switching whether to use diffs to defines
  • Use diffs only when publish method is set to "all"

Fixed

  • Fix progress reporting for unarchiving Pack1 packages
  • Free space calculation algorithm was using for smaller free space values that it should be
  • Fix error that occured when wrong license key was submitted

Upgrade Notes

There were no serious scene changes in this release. If you're using a modified scene file, you can try and merge it with changes from the repository. If it's not possible please do:

  1. Open your current Patcher scene in Unity editor.
  2. Select Patcher object in the inspector (the one that includes Patcher script.
  3. Remove Patcher Log Sender component if present. If you see a missing component instead, please remove it.
  4. Add Patcher Log Manager component (script) if you don't see it on the list.

In result Patcher object should contain only Patcher script component and Patcher Log Manager component.