FomTarro / VTS-Sharp

C# Library for interacting with the VTube Studio API
https://assetstore.unity.com/packages/tools/integration/vts-sharp-203218
MIT License
36 stars 11 forks source link

Implement a way to load auth tokens #1

Closed FomTarro closed 3 years ago

FomTarro commented 3 years ago

Currently, the plugin will attempt to get a new auth token on every run, which works, but is annoying. It would probably be preferential to have a mechanism in place for being able to provide a prior token into the Initialize method.