Skip to content

Latest commit

 

History

History
executable file
·
56 lines (43 loc) · 2.32 KB

File metadata and controls

executable file
·
56 lines (43 loc) · 2.32 KB

How To Install

Install by add directly in manifest.json in folder Packages/manifest.json

  • for version 13.6.0
"com.google.firebase.crashlytics" : "https://github.com/RageAgainstThePixel/com.google.firebase.crashlytics.git#13.6.0",
  • dependency com.google.firebase.app 13.6.0, external-dependency-manager 1.2.186
"com.google.firebase.app" : "https://github.com/RageAgainstThePixel/com.google.firebase.app.git#13.6.0",
"com.google.external-dependency-manager": "https://github.com/googlesamples/unity-jar-resolver.git?path=upm#v1.2.186",

Get Started with Firebase Crashlytics

Thank you for installing the Firebase Crashlytics Unity SDK. The Crashlytics guide provides instructions to configure a Unity project.

Overview

You can use Firebase Crashlytics to help you track, prioritize, and fix stability issues that erode app quality, in realtime. Spend less time triaging and troubleshooting crashes and more time building app features that delight users.

Using the Sample

This SDK is distributed with a sample project under the Assets/Firebase/Sample/Crashlytics directory. To configure and run the sample, follow the instructions in Assets/Firebase/Sample/Crashlytics/readme.md.

Demos

Mecha Hamster is provided as a demo which showcases the integration of multiple Firebase features within a single game. The source is available on GitHub, and the live application is available for iOS on the App Store and for Android on the (Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].

Links

Discussion