Learned how to add a new resource type in Godot, which was surprisingly simple; all I needed to do was extend Resource
.
This allowed me to extract the voice bank data out into a Resource
.
Learned how to add a new resource type in Godot, which was surprisingly simple; all I needed to do was extend Resource
.
This allowed me to extract the voice bank data out into a Resource
.