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

[FEATURE] Convert menus into standalone scenes, loaded additively, instead of as prefabs. #62

Open
3 tasks
japtar10101 opened this issue Jun 19, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request needs-priority Indicates the priority of the issue has not been determined yet. This is the default priority.

Comments

@japtar10101
Copy link
Member

Is your feature request related to a problem? Please describe.

Menus as prefabs introduces layout problems that are difficult to preview and test functionality of. Separating them out as standalone scenes would go a long way in keeping the layouts consistent.

Describe the solution you'd like

Convert menu prefabs into actual scenes. Remove the original set of prefabs to greatly reduce the number of assets in the project/package.

Tasklist

  • Script signals to send to the menus on how it should animate upon loading.
  • Figure out how to make the background of menus play nicely with other menus.
  • Figure out how to make managed vs. unmanaged menus work nicely with each other.

Describe alternatives you've considered

Using prefabs, as it currently is right now.

@japtar10101 japtar10101 added enhancement New feature or request needs-priority Indicates the priority of the issue has not been determined yet. This is the default priority. labels Jun 19, 2021
@japtar10101 japtar10101 self-assigned this Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-priority Indicates the priority of the issue has not been determined yet. This is the default priority.
Development

No branches or pull requests

1 participant