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
commit 87f5c40f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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