emilianavt / VSeeFaceSDK

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

Exporting errors related to missing "type or namespace" stuff #27

Open themaster567 opened 1 year ago

themaster567 commented 1 year ago

image This error is so unhelpful that I don't even know where to start. What is it even telling me here? My editor environment is completely fine and everything else works.

emilianavt commented 1 year ago

It seems to be some kind of issue with UniVRM. Make sure you only have one copy of UniVRM in your project. I also recommend making sure that it's version 0.89.

katrinshtorm commented 1 year ago

Hello. I have a similar problem. Here's a video (https://youtu.be/TDs3UzEWgFo). Were you able to solve it?

emilianavt commented 1 year ago

The script FacialReaderFromFileWindow in your project has compiler errors. If you remove it, it might work, unless there are other issues.

katrinshtorm commented 1 year ago

Thank you so much!!! Now export works!

Dibjib commented 1 year ago

For anyone that might come across this issue, if you imported VRMSpringBoneCopy, you'll need to delete the VRMSpringBoneCopy package if it's in your project. Leaving it will cause compile errors when exporting as vsf (such as the screenshot from the OP).