VTubeTiny icon indicating copy to clipboard operation
VTubeTiny copied to clipboard

Tiny VTuber/PNGTuber suite with minimal overhead.

Results 4 VTubeTiny issues
Sort by recently updated
recently updated
newest added

let's say we this stack of components ![image](https://user-images.githubusercontent.com/64896329/232316099-0c1c5c1c-337f-4c78-b30d-123d6dd064e8.png) it should notify CharacterAnimatorComponent and SpeakingColorChangerComponent ![image](https://user-images.githubusercontent.com/64896329/232316174-134aab5a-78f4-4b19-912c-0f1701382d48.png) but currently it will not notify SpeakingColorChangerComponent ![image](https://user-images.githubusercontent.com/64896329/232316198-4b01e433-ef77-4dbd-a512-07d649aa4b92.png) Why does it do that? most components...

bug

in almost all ``RenderEditorGUI`` there is a memory with the ``ImGui.PushID($"{GetHashCode()}");`` (coming from ``GetHashCode()``) lines, it is allocting a ton on the SOH, sometimes even targeting LOH if it has...

performance

I'm already working on something like that, with a custom ordered character specifically as a sample character. It would help newcomers get a feel for the app. It could of...

enhancement

It's happened to me a couple of times, where VTubeTiny just dies inside of the Texture finalizer. The actual offender seems to be freeing an invalid texture, which doesn't sound...

bug