Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Unity Example App

This Application was made to demonstrate various features of the BugSnag Unity notifier.

Features including:

  • Handled errors and exceptions: Events which can be handled gracefully can also be reported to BugSnag
  • Crashes: Events which terminate the app are sent to Bugsnag automatically. Reopen the app after a crash to send reports.
  • Android specific crashes: Native, segfaults, C++, JVM & ANR exceptions. Reopen the app after a crash to send reports
  • Cocoa sepecific crashes: Native, C++, OOM & App Hangs. Reopen the app after a crash to send reports

Running the app

  1. Clone the repo
  2. ``` git clone [email protected]:bugsnag/bugsnag-unity.git --recursive ```
  3. Once the project has opened in Unity
  4. Navigate to `Windows>Bugsnag>Configuration`
  5. Enter your Bugsnag project API Key under the basic Configuration section of the package window
  6. Press `Play` in the editor
  7. Once loaded, click any of the error buttons
  8. Confirm whether the BugSnag dashboard has received the error.

For more configuration and full information please read the documentation at https://docs.bugsnag.com/platforms/unity/configuration-options/