Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计通过

unity-scene-optimizerUnity scene 优化器

Agent Skill

unity-scene-optimizer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,924

周安装

235

GitHub Stars

82

下载量

2,993
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:unity-scene-optimizer(Unity scene 优化器)
来源仓库:https://github.com/dev-gom/claude-code-marketplace
仓库路径:skills/unity-scene-optimizer
安装命令:
npx skills add https://github.com/dev-gom/claude-code-marketplace --skill 'Unity Scene Optimizer'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dev-gom/claude-code-marketplace --skill 'Unity Scene Optimizer'

简介

Unity 场景优化工具,协助处理 GitHub 仓库及协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中整理代码变更和项目状态。
  • 支持 Issue、Pull Request 管理和代码审查流程集成。
  • 安装命令:npx skills add https://github.com/dev-gom/claude-code-marketplace --skill 'Unity Scene Optimizer
  • 需核实是否涉及命令执行或文件读写权限

SKILL.md

Unity Scene Optimizer

Analyzes Unity scenes and provides performance optimization recommendations for rendering, physics, memory, and platform-specific concerns.

What This Skill Analyzes

1. Rendering Performance

Analyzes draw calls (target: <100 mobile, <2000 desktop), identifies batching opportunities, recommends material consolidation and static batching.

2. Texture Optimization

Reviews compression formats (BC7/ASTC), mipmap usage, texture atlasing, and platform-specific import settings.

3. GameObject Hierarchy

Targets: <500 GameObjects mobile, <2000 desktop. Identifies deep nesting, recommends object pooling and LOD groups.

4. Lighting and Shadows

Recommends baked lighting over realtime (1-2 lights mobile, 3-4 desktop), minimal shadow-casting lights.

5. Physics Optimization

Analyzes Rigidbody count, collider complexity, collision matrix configuration. Recommends simple colliders over Mesh colliders.

6. Mobile-Specific

Platform targets: 60 FPS iOS (iPhone 12+), 30-60 FPS Android. See mobile-checklist.md for complete requirements.

Optimization Workflow

  1. Measure: Frame Debugger, Stats, Profiler metrics
  2. Identify: GPU/CPU/Memory/Physics bottlenecks
  3. Apply: Quick wins (static batching, compression) → Medium (atlases, pooling, LOD) → Major (hierarchy refactor, culling)
  4. Validate: Compare before/after metrics

See optimization-workflow.md for detailed steps and timelines.

Platform-Specific Targets

PlatformDraw CallsTrianglesTexture MemoryLights
Mobile Low<50<20k<100MB1
Mobile Mid<100<50k<250MB1-2
Mobile High<150<100k<500MB2-3
PC Low<500<200k<1GB3-4
PC Mid<1000<500k<2GB4-6
PC High<2000<1M<4GB6-8
Console<1000<800k<3GB4-6

Tools Reference

Frame Debugger, Profiler, Stats Window, Memory Profiler. See tools-reference.md for usage and commands.

Output Format

Provides: Current metrics, bottleneck identification, prioritized recommendations, performance impact estimates, implementation steps.

When to Use vs Other Components

Use this Skill when: Analyzing scene performance, identifying bottlenecks, or getting optimization recommendations

Use @unity-performance agent when: Implementing complex optimizations, profiling at runtime, or troubleshooting specific performance issues

Use @unity-architect agent when: Redesigning scene architecture, implementing object pooling systems, or planning large-scale optimizations

Use /unity:optimize-scene command when: Running comprehensive scene analysis with detailed reports

Related Skills

  • unity-script-validator: For script-level performance issues
  • unity-template-generator: For optimized component templates

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

29.5%
按下载量换算883

Claude Code

20.98%
按下载量换算628

Gemini CLI

19.33%
按下载量换算579

OpenCode

13.04%
按下载量换算390

windsurf

8.7%
按下载量换算260

Cursor

3.58%
按下载量换算107

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源字段存在多来源差异,先按来源优先级自动处理,无法消解时进入异常复核队列。

来源信息

继续浏览同类 Skills