- Home /
Get Crashlog or Stacktrace from Editor crash
I experience editor crashes when accessing Firebase Firestore functions when running my game in the editor, the editor just freezes for 2 seconds and closes without any notification.
While this is obviously connected to the Firebase SDK, is there any way to gather any information why exactly the editor is crashing?
This is the firebase issue I created but seems like they are also stuck on getting any relevant information on why it crashes.
https://github.com/firebase/quickstart-unity/issues/1277
I know about the Editor.log file, but this also does not contain any useful information, it's also interesting that running the Firestore functions works on a real android device and also while running the editor on my mac, it only crashes on my windows machine!
this is the minimal project I created to reproduce the issue: https://github.com/Karottenrambo/FirebaseCrashTest
Your answer
Follow this Question
Related Questions
Editor quits/crashes if it's paused and I switch to another application - What else can I do? 1 Answer
Failed to initialize unity graphics - dxdiag is fine and opengl fails 1 Answer
App crush on android device 0 Answers
Locks up or Crash on play 0 Answers
Editor crashes importing image files 0 Answers