Skip to content

Releases: BugSplat-Git/bugsplat-unity

v2.1.1

14 Nov 15:56
Compare
Choose a tag to compare

What's Changed

  • Adds Sample Crasher as an Optional Import to the BugSplat Package by @Zoolouie in #45
  • Add Sample Section to Help by @bobbyg603 in #47

Full Changelog: v2.1.0...v2.1.1

v2.1.0

14 Oct 20:08
Compare
Choose a tag to compare
  • Adds support for configuring BugSplat via the Unity Editor
  • Adds support for DontDestroyOnLoad

v2.0.0

08 Oct 01:42
Compare
Choose a tag to compare

Overview

  • Adds support for WebGL
  • Fixes a bug where PostMostRecentCrash posted the oldest crash
  • Removes client-facing dependency on BugSplatDotNetStandard

Breaking Changes

  • Some Post callbacks no longer return a HttpResponseMessage in order to support WebGL. We may return HttpResponseMessage again in a future update
  • ExceptionPostOptions and MinidumpPostOptions have been replaced by IReportPostOptions

What's Changed

Full Changelog: v1.4.1...v2.0.0

v1.4.1

30 Sep 19:38
Compare
Choose a tag to compare
  • Fixes error in non-Windows builds

v1.4.0

29 Jul 16:48
Compare
Choose a tag to compare
  • Adds support for uploading minidumps in UWP applications

v1.3.0

20 Jul 21:13
Compare
Choose a tag to compare
  • Adds support for capturing UnityPlayer.log in UWP
  • Fixes build error where PostBuild.cs could not find SendPdbs.exe in order to upload Plugin symbols
  • Fixes TODO to destroy Texture2D after being used to create a screenshot

v1.2.0

21 Jun 12:46
Compare
Choose a tag to compare
  • Adds support for attaching Linux Editor.log and Player.log files