设置相机

This commit is contained in:
2025-12-24 00:09:28 +08:00
parent 652aa00644
commit e902fb031a
11 changed files with 4259 additions and 192 deletions

View File

@@ -162,6 +162,12 @@ namespace NBC.Asset.Editor
assetData.Path = path;
assetData.BundleName = asset.Bundle;
assetData.Address = asset.Address;
if (!string.IsNullOrEmpty(asset.Tags))
{
//assetData.SetTags(asset.Tags.Split(","));
}
_assets[path] = assetData;
//没后缀的默认加入地址 .prefab
var ext = Path.GetExtension(path);