Update AssetBundleCollector

移除对Gizmos资源的打包限制。
This commit is contained in:
hevinci
2022-09-21 11:21:13 +08:00
parent 778b097f7a
commit 95924868f7

View File

@@ -184,11 +184,6 @@ namespace YooAsset.Editor
UnityEngine.Debug.LogError($"Invalid asset path : {assetPath}");
return false;
}
if (assetPath.Contains("/Gizmos/"))
{
UnityEngine.Debug.LogWarning($"Cannot pack gizmos asset : {assetPath}");
return false;
}
// 忽略文件夹
if (AssetDatabase.IsValidFolder(assetPath))