move VRMExportSettings.cs to Editor

This commit is contained in:
ousttrue
2020-06-02 19:59:51 +09:00
parent 3a216e634c
commit e4b5f19c1f
3 changed files with 9 additions and 7 deletions

View File

@@ -1,14 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UniGLTF;
using System.IO;
#if UNITY_EDITOR
using UniGLTF;
using UnityEngine;
using UnityEditor;
#endif
namespace VRM
{

View File

@@ -2,12 +2,17 @@
"name": "UniVRM.Editor",
"references": [
"VRM",
"UniJSON"
"UniJSON",
"UniHumanoid"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}