Editor に移動

This commit is contained in:
ousttrue 2021-03-01 20:34:25 +09:00
parent b4ca9e607c
commit 4bd37e3e19
2 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,8 @@
using System.Collections;
using System.Threading.Tasks;
using System.Threading.Tasks;
using UnityEngine;
namespace UniGLTF
{
#if UNITY_EDITOR
public static class AssetTextureLoader
{
public static Task<Texture2D> LoadTaskAsync(UnityPath m_assetPath,
@ -60,5 +58,4 @@ namespace UniGLTF
return Task.FromResult(Texture);
}
}
#endif
}