VTS-Sharp icon indicating copy to clipboard operation
VTS-Sharp copied to clipboard

C# Library for interacting with the VTube Studio API

Results 4 VTS-Sharp issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/FomTarro/VTS-Sharp/assets/16335601/4e8e5f39-0c55-4aa6-8c7b-cb011066f2de) seems like there's a dependency problem for the nuget package

It can be quite hard to find the _right_ function that you want at the moment, I thought maybe a documentation Website(gh-pages) or github wiki could be made. I don't...

The old Unity serializer had special logic to prevent it from sending certain optional values. For example, in `VTSParameterInjectionValue`, the `weight` field is optional. In the data model, we initialize...

bug

- [ ] Enums for MessageType, Add Enum Extension Methods We can use Extension Methods to get a [Description] tag off of an Enum. This adds a little overhead, since...