mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-16 12:59:41 -05:00
11 lines
176 B
C#
11 lines
176 B
C#
using UniGLTF;
|
|
using UnityEditor;
|
|
|
|
namespace VRM
|
|
{
|
|
[CustomEditor(typeof(VRMExportMeshes))]
|
|
public class VRMExportMeshesEditor : MeshExportValidatorEditor
|
|
{
|
|
}
|
|
}
|