An open API service indexing awesome lists of open source software.

https://github.com/bugsnag/bugsnag-unity

Automatic error reporting for Unity games
https://github.com/bugsnag/bugsnag-unity

bugs bugsnag crash debug debugging-tool error-handling error-monitoring error-reporting exception-reporting exceptions notifier platforms unity unity-android unity-game unity-ios

Last synced: about 1 month ago
JSON representation

Automatic error reporting for Unity games

Awesome Lists containing this project

README

          

# Bugsnag exception reporter for Unity
[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](http://docs.bugsnag.com/platforms/unity/)

The Bugsnag Notifier for Unity gives you instant notification of exceptions
thrown from your Unity games on iOS and Android devices, as well as standalone
Mac and WebGL deployments. Exceptions in your Unity code (JS, C# and Boo) as
well as native crashes (Objective C, Java) are automatically detected and sent to Bugsnag.

[Bugsnag](https://www.bugsnag.com) captures errors in real-time from your web
and mobile apps, helping you to understand and resolve them as fast as possible.
[Create a free account](https://www.bugsnag.com) to start monitoring and reporting errors today.

## Features

* Automatically report unhandled exceptions and crashes
* Report [handled exceptions](https://docs.bugsnag.com/platforms/unity/#reporting-handled-errors)
* [Log breadcrumbs](https://docs.bugsnag.com/platforms/unity/#logging-breadcrumbs) which are attached to crash reports and add insight to users' actions
* [Attach user information](https://docs.bugsnag.com/platforms/unity/#identifying-users) to determine how many people are affected by a crash

## Getting started

1. [Create a Bugsnag account](https://bugsnag.com)
1. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/unity/) to report unhandled exceptions thrown from your app
1. Report handled exceptions using [`Bugsnag.Notify`](https://docs.bugsnag.com/platforms/unity/#reporting-handled-errors)
1. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/unity/configuration-options/)

## Support

* [Read the integration guide](https://docs.bugsnag.com/platforms/unity/) or [configuration options documentation](https://docs.bugsnag.com/platforms/unity/configuration-options/)
* [Search open and closed issues](https://github.com/bugsnag/bugsnag-unity/issues?utf8=✓&q=is%3Aissue) for similar problems
* [Report a bug or request a feature](https://github.com/bugsnag/bugsnag-unity/issues/new)

## Contributing

All contributors are welcome! For information on how to build, test
and release `bugsnag-unity`, see our
[contributing guide](https://github.com/bugsnag/bugsnag-unity/blob/master/CONTRIBUTING.md).

## License

The Bugsnag Unity notifier is free software released under the MIT License.
See [LICENSE.txt](https://github.com/bugsnag/bugsnag-unity/blob/master/LICENSE.txt)
for details.