Merge pull request #1066 from vrm-c/fix/unity_2021_if

fix using
This commit is contained in:
ousttrue
2021-06-23 12:57:00 +09:00
committed by GitHub

View File

@@ -1,8 +1,8 @@
#if UNITY_2020_2_OR_NEWER
using UnityEngine;
#if UNITY_2020_2_OR_NEWER
using UnityEditor.AssetImporters;
#else
using UnityEditor.Experimental.AssetImporters;
using UnityEngine;
#endif