mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-28 11:38:47 +00:00
Update AssetBundleCollector
移除对Gizmos资源的打包限制。
This commit is contained in:
@@ -184,11 +184,6 @@ namespace YooAsset.Editor
|
|||||||
UnityEngine.Debug.LogError($"Invalid asset path : {assetPath}");
|
UnityEngine.Debug.LogError($"Invalid asset path : {assetPath}");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (assetPath.Contains("/Gizmos/"))
|
|
||||||
{
|
|
||||||
UnityEngine.Debug.LogWarning($"Cannot pack gizmos asset : {assetPath}");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 忽略文件夹
|
// 忽略文件夹
|
||||||
if (AssetDatabase.IsValidFolder(assetPath))
|
if (AssetDatabase.IsValidFolder(assetPath))
|
||||||
|
|||||||
Reference in New Issue
Block a user