mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-06-30 10:33:46 +00:00
update AssetArtScanner
资源扫描工具
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using UnityEngine;
|
||||
|
||||
namespace YooAsset.Editor
|
||||
{
|
||||
public class AssetArtScannerSetting : ScriptableObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 扫描器列表
|
||||
/// </summary>
|
||||
public List<AssetArtScanner> Scanners = new List<AssetArtScanner>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user