emilianavt / VSeeFaceSDK

The VSeeFace SDK for Unity is used to export models in the VSFAvatar format.
149 stars 10 forks source link

Are Scripts allowed? #2

Closed junebug12851 closed 3 years ago

junebug12851 commented 3 years ago

I want to have my character integrate with Twitch Chat so chat can play with my character but that isn't possible without Scripting. Before I get too deep into this, are scripts allowed? It's not listed anywhere on the README and such so I'm unsure.

emilianavt commented 3 years ago

From what I know, scripts cannot be included in Unity asset bundles, so it is not even possible to allow them.

Regarding the Twitch integration, you could take a look at this video I recently found. It requires an extra program, but it should at least be possible to trigger blendshapes/animations through it. For some additional control of what is going on in the Unity scene, this button/animation event based approach may also be useful.

junebug12851 commented 3 years ago

ah ty! I'll look into them more. They look very complicated ^^ . ty for the quick response and I'll go from here.