https://github.com/instabug/instabug-unity
Receive comprehensive bug reports for your Unity games that will help you debug, fix, and build better games, faster!
https://github.com/instabug/instabug-unity
bug-reporting unity-asset unity3d-plugin
Last synced: 4 months ago
JSON representation
Receive comprehensive bug reports for your Unity games that will help you debug, fix, and build better games, faster!
- Host: GitHub
- URL: https://github.com/instabug/instabug-unity
- Owner: Instabug
- Created: 2018-06-07T13:33:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T18:04:42.000Z (over 2 years ago)
- Last Synced: 2025-01-18T00:12:17.952Z (5 months ago)
- Topics: bug-reporting, unity-asset, unity3d-plugin
- Size: 5.86 KB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Instabug for Unity**
Detailed bug reporting and direct in-app chat with users for mobile games made with Unity on iOS and Android! :video_game:
Let your users seamlessly report in-game bugs and feedback, and speed up your game development cycle with Instabug, thanks to the comprehensive metadata which we capture to help you identify the cause of bugs and squash them faster.
For more info, you can visit [Instabug for Unity](https://www.instabug.com/platforms/unity "Instabug for Unity").
## Installation
1. Download [Instabug-Unity](https://github.com/Instabug/Instabug-Unity/releases "Instabug-Unity") package.
2. In your own Unity project, import the package by selecting:
Assets → Import Package → Custom Package from Unity editor’s menu OR double-clicking Instabug-Unity.unitypackage.
3. Resolve dependencies (for Android).## Initializing Instabug
1. Create an empty GameObject and add `Instabug.cs` script as a component to it. The script is located in: Assets → Plugins → Instabug
2. Enter your app token, which you can find on the dashboard, and choose the preferred Invocation Event from the inspector window.
3. Add **Event System** component to the newly created GameObject (only if you do not already have an EventSystem game object in the hierarchy of the current scene).:warning: For iOS builds, you may encounter a build error on some Xcode versions. To resolve it, you can simply set **Validate Workspace** to **Yes** in the Build Settings tab under Build Options in Xcode.
## Migrating from versions prior to v10
1. Remove the Assets/Plugins directory that was previously imported.
2. Follow the [installation steps](#installation).## Documentation
For more details about the supported APIs and how to use them, you can refer to our [docs](https://docs.instabug.com/docs/unity-overview "**docs**").
## Contact Us
If you have any questions or feedback, don’t hesitate to get in touch. You can reach out to us at any time through [[email protected]](mailto:[email protected]).