You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client event telemetry: The plugin now reports upload lifecycle events (started, completed, failed, recording errors) to the backend for improved diagnostics.
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.
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.