mirror of https://github.com/tuyoogame/YooAsset
Update DefaultFilterRule.cs
parent
8f02bfa3a6
commit
9b80300f19
|
@ -47,7 +47,7 @@ namespace YooAsset.Editor
|
||||||
var mainAssetType = AssetDatabase.GetMainAssetTypeAtPath(data.AssetPath);
|
var mainAssetType = AssetDatabase.GetMainAssetTypeAtPath(data.AssetPath);
|
||||||
if(mainAssetType == typeof(Texture2D))
|
if(mainAssetType == typeof(Texture2D))
|
||||||
{
|
{
|
||||||
var texImporter = TextureImporter.GetAtPath(data.AssetPath) as TextureImporter;
|
var texImporter = AssetImporter.GetAtPath(data.AssetPath) as TextureImporter;
|
||||||
if (texImporter != null && texImporter.textureType == TextureImporterType.Sprite)
|
if (texImporter != null && texImporter.textureType == TextureImporterType.Sprite)
|
||||||
return true;
|
return true;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue