bugsnag / bugsnag-unity-performance

Monitor the start-up, scene loading and network requests of your Unity game and see the results in your BugSnag dashboard.
https://docs.bugsnag.com/performance/integration-guides/unity
MIT License
1 stars 2 forks source link

PLAT-9989 create unity scene manager wrapper #16

Closed richardelms closed 1 year ago

richardelms commented 1 year ago

Goal

Create a simple wrapper to enable Scene load span detection

Design

The wrapper was directly included in the perf SDK as we have no plans yet for it's use in the Unity Notifier.

Changeset

Testing

Will be tested when scene load spans are introduced