bugsnag / bugsnag-unity

Automatic error reporting for Unity games
https://docs.bugsnag.com/platforms/unity
MIT License
89 stars 31 forks source link

Plat 11883 update bugsnag editor edm #780

Closed clr182 closed 4 months ago

clr182 commented 4 months ago

Goal

BugsnagEditor.EDM Menu is causing conflicts with separate libraries.

Changeset

Changed in BugsnagEditor.EDM.cs

Menu.SetChecked(EDM_MENU_ITEM, IsEDMEnabled());

to

UnityEditor.Menu.SetChecked(EDM_MENU_ITEM, IsEDMEnabled());

Testing

Ran locally

bugsnagbot commented 4 months ago

Build size impact

Format Size impact of Bugsnag (kB)
IL2CPP APK 2348.56
IL2CPP IPA 1348.81

Generated by :no_entry_sign: Danger