[FEATURE] Migrate WebLocationChecker to a project settings window #47
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
needs-priority
Indicates the priority of the issue has not been determined yet. This is the default priority.
Milestone
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
ProjectSettings
folder, like any Unity project settings file.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 .
The text was updated successfully, but these errors were encountered: