Skip to content

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

@japtar10101

Description

@japtar10101

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 .

Metadata

Metadata

Assignees

Labels

needs-priorityIndicates the priority of the issue has not been determined yet. This is the default priority.questionFurther information is requested

Type

No type

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions