+2 votes

Is there a way to log all crashes? In my game users are having crashes and I can not locate them. Something like firebase crashlytics would be awesome! Is there something like that for godot?

in Engine by (75 points)

Anybody? Wasnt this problem bothering anyone? This is a must have feature of each game dev engine!

I have the same problem and i didn't find anything already built for this in the engine for now. The only thing i found is the log functionality, which it saves all the errors, warning, etc... in a file. The only problem is that i don't know how to discriminate between crashes and simple errors.

1 Answer

+1 vote

You can use Firebase Crashlytics. There is plugin for it https://github.com/DrMoriarty/godot-firebase-crashlytics

You can install it with NativeLib, which can be downloaded from AssetLib. In NativeLib repository there are a lot of native plugins!

by (214 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.