emilianavt / VSeeFaceSDK

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

Blank Export Dialogue Box #12

Closed AltaluneV closed 2 years ago

AltaluneV commented 2 years ago

Dialogue box after selecting character in the Hierarchy list (using Unity 2019.4.16) and then VSF SDK > Export Avatar Bundle pops up blank except for the option to select "OK". Upon selecting "OK", the box closes and nothing happens. Thoughts? I've tried removing VSF SDK and then adding a fresh copy.

emilianavt commented 2 years ago

This type of issue is usually cause by Unity being unable to correctly compile the scripts of the VSF SDK due to compiler errors, mostly caused by other assets. Please check the "Console" tab in Unity. You will most likely find some errors marked in red. Resolving those should make the SDK function correctly.