返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
u

ue-asset-finder

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
320
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

ue-asset-finder

# UE Asset Finder ## Common Asset Types | Extension | Type | |----------|------| | `.uasset` | General asset | | `.umap` | Map/Level | | `.uby` | Blueprint | | `.udata` | Data table | | `.uslot` | Slot data | | `.uuip` | UI preview | ## Search Locations ### SilverPalace Assets - `Project\Content\` - Main content - `Project\Content\ArtRes\` - Art resources - `Project\Content\LogicRes\` - Logic resources - `Project\Content\Maps\` - Maps - `Project\Content\Audio\` - Audio files ### Saved Game Data - `Project\Saved\` - Saved games, logs, configs - `Project\Saved\SaveGames\` - Save files ## Common Searches ### Find Maps ```powershell Get-ChildItem -Path "Content" -Recurse -Filter "*.umap" ``` ### Find Blueprints ```powershell Get-ChildItem -Path "Content" -Recurse -Filter "*.uby" ``` ### Find DataTables ```powershell Get-ChildItem -Path "Content" -Recurse -Filter "*.udata" ``` ### Find by Name Pattern ```powershell Get-ChildItem -Path "Content" -Recurse | Where-Object {$_.Name -like "*Login*"} ``` ### Find UI Assets ```powershell Get-ChildItem -Path "Content\UI" -Recurse -Filter "*.uasset" ``` ## SilverPalace Specific Paths ### UI Assets - `Content\UI\` - General UI - `Content\StartUpDev\` - Startup/loading UI ### Maps - `Content\Maps\WP\` - World partition maps - `Content\Maps\WC\` - World composition ### Audio - `Content\Audio\WwiseAudio\` - Wwise audio - `Content\Audio\GeneratedSoundBanks\` - Cooked audio ### Configuration - `Content\TableData\` - Data tables - `Content\Script\` - Lua scripts (not UE asset but important) ## Asset Info When found, provide: - Full path - File size - Last modified date - Dependencies (if checking references)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ue-asset-finder-1776282887 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ue-asset-finder-1776282887 技能

通过命令行安装

skillhub install ue-asset-finder-1776282887

下载

⬇ 下载 ue-asset-finder v1.0.0(免费)

文件大小: 1.45 KB | 发布时间: 2026-4-16 17:40

v1.0.0 最新 2026-4-16 17:40
- Initial release of ue-asset-finder.
- Quickly locate Unreal Engine asset files (.uasset, .umap, .uby, .udata, etc).
- Supports common searches for maps, blueprints, data tables, and UI assets.
- Includes specific asset search paths and conventions for SilverPalace projects.
- Documentation provides PowerShell snippets for finding assets by type or pattern.
- When serving results, includes asset path, size, modified date, and optionally references.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部