[FEATURE] Migrate SceneTransitionManager to a project settings window #46
Labels
enhancement
New feature or request
needs-priority
Indicates the priority of the issue has not been determined yet. This is the default priority.
Is your feature request related to a problem? Please describe.
Scene Management.
Describe the solution you'd like
It seems Unity is opening up the API to add windows under Project Settings and Preferences. Since the scene management is shared across the entire project, it'd be better to move the feature to both a ScriptableObject and a Project Settings window. If possible, it should also monitor and automatically add new scenes (or list all the scenes) from the build settings.
Tasklist
Describe alternatives you've considered
The current method, which everything is stored in a Singleton prefab. Not useful, as the information is likely not needed to be set on runtime.
Additional context
Part of an effort to decouple a lot of the Singleton scripts. See Issue #19 .
The text was updated successfully, but these errors were encountered: