Publisher | Tom Farro |
---|---|
File size | 169.94kB |
Number of files | 25 |
Latest version | 1.8.0 |
Latest release date | 2023-02-01 01:45:22 |
First release date | 2021-11-18 07:59:17 |
Supported Unity versions | 2018.4.2 or higher |
VTS-Sharp Unity C# client interface for creating VTube Studio Plugins with the official VTube Studio API!
In order to start making a plugin, simply make a class which extends VTSPlugin. In your class, call the Initialize method. Pass in your preferred implementations of a JSON utility, of a websocket, and of a mechanism to store the authorization token. Specify what happens on a successful or unsuccessful initialization. That's it. From there, you can call any method found in the official VTube Studio API.
You can find an example of custom plugin creation in the Examples folder, which also includes default implementations of the aforementioned initialization dependencies.
Because this library simply acts as an client interface for the official API, please check out the official API's readme for in-depth explanations about the API functionality.
Additionally, you can watch a video on getting started in under 90 seconds here.
Lastly, the complete unabridged Readme for the library can be found here.