Skip to content

Releases: betahub-io/unity-plugin

v1.7.0

30 Apr 13:59

Choose a tag to compare

Added

  • Client event telemetry: The plugin now reports upload lifecycle events (started, completed, failed, recording errors) to the backend for improved diagnostics.

v1.6.0

10 Apr 11:56

Choose a tag to compare

Added

  • AddVideo API: Developers can now programmatically attach custom video files to bug reports via BugReportUI.AddVideo(). Developer-added videos are always uploaded regardless of the Include Video toggle state.

v1.5.1

16 Mar 14:23

Choose a tag to compare

Fixed

  • WebGL Video Recording: Fix crash on Safari/WebKit browsers caused by unsupported MediaRecorder mimeType. Added proper fallback chain (webm/vp9 -> webm/vp8 -> webm -> mp4).

v1.4.3

25 Feb 15:58

Choose a tag to compare

Add sample scripts and fix build workflow for missing folder meta

Track new example scripts in Samples~/ExampleScene that were
previously untracked. Handle optional ExampleScene.meta gracefully
in the build workflow since Unity regenerates folder metas on import.

v1.1.0

05 Jul 12:21

Choose a tag to compare

Improvements

  • Bug Reporter Canvas Prefab: Changed scaling mode to ScaleWithScreenSize to make it more responsive on different screen sizes.
  • Video Recording: Pausing the recording when the bug submission form is visible, resuming when it's not.
  • UI: Added close button to the bug submission form.

v1.0.0-rc1

18 Jun 10:45

Choose a tag to compare

VideoEncoder: Fix MergeSegments() called twice on encoding stop