virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
725 stars 62 forks source link

Getting vpuppr extension names is inconsistent #157

Closed you-win closed 11 months ago

you-win commented 1 year ago

Currently, new trackers provide their own name via a get_name() function. Other extension types don't provide an API for getting the extension name, so names are usually hardcoded strings.

Extension names should probably be stored as static translation strings, thus using Godot's TranslationServer as a pseudo-CMS,