OmiyaGames / template-unity-project

This is a template Unity project Omiya Games uses to start their game project.
https://omiyagames.com
Other
17 stars 16 forks source link

[RESEARCH] Consider slowly shifting various singleton managers to their own instances #19

Open japtar10101 opened 5 years ago

japtar10101 commented 5 years ago

Describe what to research into

Evaluate and create issues based on the effort it would take to shift the following singletons to their own script:

Additional context

Carry-over from the old Bitbucket Mercurial project: https://bitbucket.org/OmiyaGames/hg-template-unity-project/issues/66

japtar10101 commented 4 years ago

For some of these Singletons, converting them into a SettingsProvider might be the best choice.