mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-10 04:49:28 -05:00
move VRMExportSettings.cs to Editor
This commit is contained in:
@@ -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
|
||||
{
|
||||
@@ -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": []
|
||||
}
|
||||
Reference in New Issue
Block a user