Closed ghost closed 2 years ago
I got this error:
NotImplementedException: The method or operation is not implemented.
UniGLTF.MeshExportInfo..ctor (UnityEngine.Renderer renderer, UniGLTF.GltfExportSettings settings) (at Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs:214)
UniGLTF.MeshExportList.GetInfo (System.Collections.Generic.IEnumerable`1[T] nodes, UniGLTF.GltfExportSettings settings) (at Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs:424)
UniGLTF.MeshExportValidator.SetRoot (UnityEngine.GameObject ExportRoot, UniGLTF.GltfExportSettings settings, UniGLTF.IBlendShapeExportFilter blendShapeFilter) (at Assets/UniGLTF/Editor/UniGLTF/ExportDialog/MeshExportValidator.cs:40)
VRM.VRMExporterWizard.OnLayout () (at Assets/VRM/Editor/Format/VRMExporterWizard.cs:208)
UniGLTF.ExportDialogBase.BeginGUI () (at Assets/UniGLTF/Editor/UniGLTF/ExportDialog/ExportDialogBase.cs:103)
UniGLTF.ExportDialogBase.OnGUI () (at Assets/UniGLTF/Editor/UniGLTF/ExportDialog/ExportDialogBase.cs:80)
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at
The error looks like you are trying to export the model as a VRM (since it mentions VRMExporterWizard). Particle systems are not supported by VRM. You have to export it using the VSeeFace SDK to VSFAvatar format.
Unity version: 2019.4.31f1 VSF version: v1.13.38 UniVRM version: 0.89.0_9470