This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I am integrating Game Analysis system in my application.
This system provides a way to track many events in the application such as session begin/end, progression, etc.
Amoung these events, they give a way to track the errors I could have in my application, so I thought it might useful for me (http://restapidocs.gameanalytics.com/?json#error).

But i didn't find a way in godot to have this kind of information:
How can I know that there was an error somewhere ?

  • I have first thought of a try catch system but there is no such thing in godot (I don't miss it)
  • I have searched for an potential "error" signal that would be send by nodes
  • I have search in the notification system

I didn't find anything.

Do you have any idea ?

in Engine by (14 points)

Please log in or register to answer this question.

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.