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

[FEATURE] Migrate WebLocationChecker to a project settings window #47

Closed japtar10101 closed 4 years ago

japtar10101 commented 5 years ago

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

Web Location Checker.

Describe the solution you'd like

It seems Unity is opening up the API to add windows under Project Settings and Preferences. Since the web location checker is shared across the entire project, it'd be better to move the feature to a Project Settings window. If possible, consider moving the entire project to its own Unity package.

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 .

japtar10101 commented 4 years ago

Closing as duplicate to this issue