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

Simplify usage by removing scene loaders #39

Open
joaoborks opened this issue Jul 2, 2024 · 0 comments
Open

Simplify usage by removing scene loaders #39

joaoborks opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joaoborks
Copy link
Member

Since version 3.0.0, the scene loaders have been very stripped down in functionality. The transition method can easily be migrated to the scene manager, and the entire usage can be simplified by removing the scene loaders.

-scene loader > advanced scene manager > unity scene manager
+advanced scene manager > unity scene manager

Additionally, this change would provide the opportunity to replicate the current Unity SceneManager usage by having a static implementation available. It can be hooked to the runtime initialization via RuntimeInitializeOnLoadMethod attribute to build a global scoped scene manager.

@joaoborks joaoborks added the enhancement New feature or request label Jul 2, 2024
@joaoborks joaoborks self-assigned this Jul 2, 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