The my-unity-crasher
sample demonstates how to use BugSplat's com.bugsplat.unity package for crash and exception reporting for Unity projects.
Follow these steps to get started:
- Clone this repository or download the zip from the releases tab
- Initialize the submodules by running the following in a command window
git submodule init
git submodule update
- Open project in Unity
- Click the play button to start the project in the Editor
- Press one of the key combinations found in Main.cs to generate a crash or an exception
- Find your crash on the Crashes page and click the link in the ID column to see details about the crash
For additional information on how to use BugSplat, check out the documentation on our website or send us a message via the in-app chat.