#if UNITY_EDITOR

This commit is contained in:
ousttrue 2018-07-31 22:11:34 +09:00
parent e7ea49f89d
commit bd345ccfcd

View File

@ -3,10 +3,11 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using UniGLTF;
using UnityEditor;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace VRM