Skip to content

Releases: purifetchi/VTubeTiny

v2.3.0

08 Jan 18:10
Compare
Choose a tag to compare

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

v2.2.0

03 Jan 17:21
Compare
Choose a tag to compare

Thank you for your continued interest in VTubeTiny! This release brings forward Spout broadcasting support!

Enabling Spout broadcasting for a stage will allow other Spout-capable applications to capture the output of VTubeTiny's stage framebuffer and render it, allowing for proper transparency without any chroma keying issues.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

01 Jan 13:57
Compare
Choose a tag to compare

Thank you for using VTubeTiny!
This update brings some overall code improvements, as well as adding bunch of missing features:

  • The ability to rename stage actors
  • The ability to switch the microphone in the AudioResponsiveMovement component
  • The ability to visualize the microphone volume level in the AudioResponsiveMovement's editor
  • The ability to disable actors from rendering
  • The ability to set a stage's FPS limit.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Dec 13:38
Compare
Choose a tag to compare

Thank you for using VTubeTiny! This update changes the way it deals with assets.

Config files from previous versions will need to be recreated due to many internal changes.

Full Changelog: v1.1.1...v2.0.0

v1.1.1

16 Dec 12:42
Compare
Choose a tag to compare

Thank you for using VTubeTiny! This update removes the dependency on Newtonsoft.JSON and also fixes a bug with the audio movement component moving the character out of scene.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

13 Dec 20:09
Compare
Choose a tag to compare

Thank you for using VTubeTiny!

Full Changelog: v1.0.0...v1.1.0

v1.0.0

04 Dec 19:35
Compare
Choose a tag to compare

First proper release of VTubeTiny!

Thank you for checking out this project, I hope it'll come useful to you!

Full Changelog: https://github.com/naomiEve/VTubeTiny/commits/v1.0.0