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

(low-priority) User session: Save the last step the user was at and restore it when user shuts down Godot #54

Open
NathanLovato opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NathanLovato
Copy link
Contributor

We have a user who closed the entire Godot editor halfway through a tour and expected the system to just reload and reopen at the step they left off.

This is a low priority task but it'd be ideal to save and restore the last step the user was on. The user's last step probably has to be serialized on each step change.

The main difficulty in this task is ensuring that taking the user back to the last step is 100% reliable and puts the bubble and UI in a perfect state. So, it depends on #1 or something similar to ensure we can put the editor in a specific state.

@NathanLovato NathanLovato added the enhancement New feature or request label May 17, 2024
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