v3.4.0
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:
- Open your current Patcher scene in Unity editor.
- Select Patcher object in the inspector (the one that includes Patcher script.
- Remove Patcher Log Sender component if present. If you see a missing component instead, please remove it.
- 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.