Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@purifetchi purifetchi released this 08 Jan 18:10
· 70 commits to master since this release

Thank you for your interest in VTubeTiny!

This update brings in a couple of new changes:

  • The editor now can be themed! The entire color palette, size settings and fonts can be changed!
  • Added a new speaking color changer component, that allows for dimming an actor if there's no microphone activity detected.
  • The character animator has been reworked, adding the ability to define an image for when a character is both speaking and blinking. Furthermore, the only required image now is the idle image, the animator skips showing states that don't exist. (So, if your model doesn't have a blinking or a speaking animation, the animator will instead show the idle animation).
  • Support for GIF animated textures! While they're not as performant as I'd like them to be, they work just fine. They can be used in any component that uses texture assets.
  • You can now limit the amount of jumps a character makes when starting to speak in the audio movement component. Some people prefer to only jump once and now it's available!
  • VTubeTiny now by default launches into the editor, and the "-e" parameter has been removed. If you want to launch into the stage viewer instead, pass the "-s" parameter.

Full Changelog: v2.2.0...v2.3.0