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

Add support for parallel/multiple active scenes #159

Open
ensisoft opened this issue May 17, 2023 · 1 comment
Open

Add support for parallel/multiple active scenes #159

ensisoft opened this issue May 17, 2023 · 1 comment

Comments

@ensisoft
Copy link
Owner

Add support for parallel scenes. Use case, a player character is exploring a map of some sort, the player character enters a building etc. The game should open a new scene that is the interior of the building. This means loading a new scene while keeping the previous scene state. Either keep the previous scene loaded (and either suspend or continue updates) or persist the scene to a temporary storage and load it back later when the next scene ends.

@ensisoft
Copy link
Owner Author

Use case for this type of functionality is for example the player character entering a building etc which loads up the interior scene for that building.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant