设置相机
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user