UniVRM/Assets/VRM/Editor/Format/VRMExportMeshesEditor.cs
2021-04-22 20:11:31 +09:00

11 lines
176 B
C#

using UniGLTF;
using UnityEditor;
namespace VRM
{
[CustomEditor(typeof(VRMExportMeshes))]
public class VRMExportMeshesEditor : MeshExportValidatorEditor
{
}
}