emilianavt / VSeeFaceSDK

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

Unable to Export VSFAvatar from Unity on Linux #16

Closed VinTechage closed 1 year ago

VinTechage commented 2 years ago

I'm trying to export a VSFAvatar from Unity using the VSF SDK on Linux. However, I get this error every time I try to export a VSFAvatar (Vita included in the SDK).

FileNotFoundException: /tmp/DefaultCompany/VSF-Sandbox/Vita-Test_1.0.vsfavatar does not exist System.IO.File.Move (System.String sourceFileName, System.String destFileName) (at <eae584ce26bc40229c1b1aa476bfa589>:0) VSeeFace.ExportAvatar.ExportAvatarBundle () (at Assets/VSF SDK/Editor/BasicExporter.cs:57) Is there any way to work around this, or make the SDK compatible with Linux in the future? I have having to stick to windows to work with the VSF SDK.

emilianavt commented 2 years ago

That's usually just a followup error. The actual error is probably further up.

However, I'm not sure if an export done from the Linux version of the editor could even be loaded. From what I know, the Unity's asset bundles differ in some way between the different platforms, so unless you are somehow building with the build platform set to Windows it may just not work in the end.

Sourlemons125 commented 1 year ago

how do i upload an avatar from unity need help asap

emilianavt commented 1 year ago

You select it and use the export option from the VSF SDK menu.