Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Allow for multiple dialogs with dialog manager #374

Open
1 task done
KThompson-Lane-Unity opened this issue Jan 7, 2025 · 0 comments
Open
1 task done

[Feat] Allow for multiple dialogs with dialog manager #374

KThompson-Lane-Unity opened this issue Jan 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@KThompson-Lane-Unity
Copy link

Use the search function to see if this feature has already been suggested.

  • I have searched for duplicate issues.

Description of new feature

Currently the dialog manager only supports a single dialog being shown at any one time. It would be really useful to allow for multiple to be shown at once, overlaying on one another allowing for you to return to the state of a previous dialog after closing the top-most one. For example the dialog manager could contain a stack of 'active' dialogs which could be accessed allowing for individual dismissal / showing / hiding of dialogs.

This would be very useful for cases where you would like to show a message to the user while still wanting the previously open dialogs to show afterwards without having to add confusing event handling logic.

Package Version

6.0.0-rc

@KThompson-Lane-Unity KThompson-Lane-Unity added the enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant