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

[RESEARCH] Look into what features should be divided into its own Unity package #48

Open
6 of 11 tasks
japtar10101 opened this issue Sep 11, 2019 · 1 comment
Open
6 of 11 tasks
Assignees
Labels
needs-priority Indicates the priority of the issue has not been determined yet. This is the default priority. question Further information is requested

Comments

@japtar10101
Copy link
Member

japtar10101 commented Sep 11, 2019

Is your request related to a feature? Please describe.

Any Modular Package milestones.

Describe what to research into

Look into what feature integrated in the Template Unity Project should be divided into its own package. Since package files are not supposed to be editable by the user, keep in mind that some features in the project should probably remain as a normal Git repository assets library.

  • Look to see if WebLocationChecker should be its own package.
  • Look to see if BuildSettings should be its own package.
  • Look to see if GameSettings should be its own package.
  • Look to see if Localization should be its own package.
  • Look to see if TimeManager should be its own package.
  • Look to see if AudioManager should be its own package.
  • Look to see if SceneTransitionManager should be its own package.
  • Look to see if MenuManager should be its own package
    • Migrate only the library, that is. Prefabs and concrete scripts will likely remain.
  • Look to see if SocialManager should be its own package.
  • Look to see if AnalyticsManager should be its own package.
  • Add more potential features to the list above.

Additional context

Potentially related to issue #19 .

@japtar10101 japtar10101 added question Further information is requested needs-priority Indicates the priority of the issue has not been determined yet. This is the default priority. labels Sep 11, 2019
@japtar10101
Copy link
Member Author

Started creating a new GameSettings package.
Thanks to a new package Unity themselves are supplying, Localization is no longer needed, and our own solution should be replaced with it.

@japtar10101 japtar10101 self-assigned this Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-priority Indicates the priority of the issue has not been determined yet. This is the default priority. question Further information is requested
Development

No branches or pull requests

1 participant