quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
16 stars 11 forks source link

Profile system for managing multiple avatars #32

Closed quellus closed 1 month ago

quellus commented 1 month ago

Is your feature request related to a problem? Please describe. I have 2 avatars I need to run on one machine. Since Godot doesn't support multiple microphones, I can't have them both a single instance of GDTuber. This requires me to run multiple instances. It would be nice to have a profile system so I can save both avatars and quickly switch between them.

This could also be useful for users who have multiple outfits for their avatar.

Describe the solution you'd like There should be a way to save multiple "profiles". A profile is a list of screen objects and where they're placed in the scene. There should be a dropdown menu to switch between profiles

Describe alternatives you've considered Alternatives are to export as two different programs with different save directories, or if a user doesn't want to edit the source code, they would have to completely recreate the scene every time they want to switch.