You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins could greatly benefit from this API to show info messages, warnings and errors as toast notifications. The API itself is already there, it just needs to be exposed to GDScript.
Example toast:
Describe the problem or limitation you are having in your project
Unsable to show messages in the existing toast system.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Expose the API to GDScript so plugins can use it.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
N/A
If this enhancement will not be used often, can it be worked around with a few lines of script?
It's possible to build your own toast notification system but that results in bad user experience.
Is there a reason why this should be core and not an add-on in the asset library?
It's already there :slight
The text was updated successfully, but these errors were encountered:
See godotengine/godot#77890, which made all push_error() and push_warning() uses in tool scripts create toasts. However, it seems a separate API would be preferred so that you can print errors/warnings without creating toasts. This would also let you create informational toasts which can't be created using push_error()/push_warning().
Describe the project you are working on
Plugins could greatly benefit from this API to show info messages, warnings and errors as toast notifications. The API itself is already there, it just needs to be exposed to GDScript.
Example toast:

Describe the problem or limitation you are having in your project
Unsable to show messages in the existing toast system.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Expose the API to GDScript so plugins can use it.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
N/A
If this enhancement will not be used often, can it be worked around with a few lines of script?
It's possible to build your own toast notification system but that results in bad user experience.
Is there a reason why this should be core and not an add-on in the asset library?
It's already there :slight
The text was updated successfully, but these errors were encountered: