yuse168 avatar

yuse168

Community

@yuse168

0Followers
|
1Public Repos
|
75Published Skills

yuse168 provides a 76-module Unity Editor skill registry enabling REST-driven scene, asset, rendering, testing, and hot-update operations for game developers.

Skills Distribution
DomainDeveloper To...Unity Editor Opera.. (35%)Rendering & Graphi.. (20%)Game Architecture .. (20%)Asset & Hot-Update.. (15%)

Agent Skills by yuse168

Showing 75 vetted skills indexed across 1 GitHub repositories.

yuse168yuse168

unity-skills

Automate Unity Editor operations through a local REST API with hundreds of skills.

Community
Advanced
yuse168yuse168

unity-skills-index

Indexes Unity Skills modules with mode requirements and routing guidance for module selection.

Community
Intermediate
yuse168yuse168

unity-addressables-design

Provides source-anchored design rules for Unity Addressables across versions 1.22.3 and 2.9.1.

Community
Advanced
yuse168yuse168

unity-behavior

Inspect, create, and wire Unity Behavior graphs and blackboard variables on agents.

Community
Advanced
yuse168yuse168

unity-cinemachine

Configure Cinemachine virtual cameras, pipeline components, and blends in Unity scenes.

Community
Advanced
yuse168yuse168

unity-decal

Create and configure URP Decal Projectors and the DecalRendererFeature in Unity scenes.

Community
Intermediate
yuse168yuse168

unity-unitask-design

Provides source-anchored design rules for writing and reviewing UniTask async code in Unity.

Community
Advanced
yuse168yuse168

unity-ui

Create and lay out Unity UGUI Canvas elements including panels, buttons, text, and layout groups.

Community
Intermediate
yuse168yuse168

unity-shadergraph

Create and edit Unity Shader Graph assets through constrained node and blackboard operations.

Community
Advanced
yuse168yuse168

unity-probuilder

Create and edit ProBuilder meshes for Unity level blockout and greyboxing.

Community
Intermediate
yuse168yuse168

unity-adr

Documents Unity architecture decisions with options, tradeoffs, and rationale.

Community
Basic
yuse168yuse168

unity-blueprints

Generates starter architecture blueprints for small Unity games across seven genres.

Community
Basic
yuse168yuse168

unity-importer

Configure Unity texture, audio, and model import settings with per-platform overrides.

Community
Intermediate
yuse168yuse168

unity-bookmark

Save and restore Unity Scene View camera positions as named bookmarks.

Community
Basic
yuse168yuse168

unity-patterns

Advises on selecting Unity design patterns for decoupled game architecture decisions.

Community
Intermediate
yuse168yuse168

unity-asset

Manage Unity AssetDatabase operations including import, delete, move, duplicate, find, and label assets.

Community
Intermediate
yuse168yuse168

unity-testability

Advises on extracting logic from MonoBehaviour classes and planning Unity EditMode and PlayMode tests.

Community
Basic
yuse168yuse168

unity-inspector

Advises on Unity Inspector field exposure, attributes, and validation for component authoring.

Community
Basic
yuse168yuse168

unity-dotween-design

Provides source-anchored design rules for writing and reviewing DOTween animation code in Unity.

Community
Advanced
yuse168yuse168

unity-camera

Control Unity Scene View and Game cameras, configuring transforms, FOV, clip planes, and screenshots.

Community
Intermediate
yuse168yuse168

unity-primetween-design

Provides source-anchored design rules for PrimeTween 1.4.6 tween animation code in Unity.

Community
Intermediate
yuse168yuse168

unity-optimization

Batch-compress Unity textures, meshes, and audio while analyzing scene poly counts and material usage.

Community
Intermediate
yuse168yuse168

unity-smart

Query, arrange, and auto-bind Unity scene objects using SQL-like and spatial filters.

Community
Intermediate
yuse168yuse168

unity-async

Guides selection among Update, coroutines, UniTask, and timers for Unity async scheduling.

Community
Basic

Frequently Asked Questions About yuse168

FAQPage Schema
What tasks can I perform with yuse168's Unity skills?▼

You can drive the Unity Editor through a local REST server: create and edit C# scripts, GameObjects, scenes, prefabs, materials, and lighting; run tests; bake NavMesh; configure URP, Cinemachine, and Timeline; build YooAsset bundles; and compile HybridCLR hot-update DLLs across 76 modules.

Who are these Unity skills designed for?▼

They target Unity game developers and technical designers who want conversational control of the Editor. Functional REST modules suit engineers automating builds and scenes, while advisory design modules help architects choose patterns, plan asmdef layouts, and review Addressables, UniTask, DOTween, or Netcode code.

How do the Unity skills run in practice?▼

Skills operate against a local REST server connected to the Unity Editor. Functional modules execute editor operations directly, with an index module for browsing the catalog and checking Approval/Auto/Bypass mode requirements. A sample module provides echo/ping calls to smoke-test server connectivity first.

What prerequisites do the Unity skills require?▼

You need a running Unity Editor instance with the UnitySkills REST server reachable. The experimental Unity CLI guidance additionally requires the project to be bound in the UnitySkills panel, meaning Library/UnitySkills/cli_config.json must exist with enabled:true before headless or cold-start operations apply.

Do the skills cover multiplayer, XR, and performance work?▼

Yes. Netcode for GameObjects 2.x modules handle NetworkManager, spawning, RPCs, and NetworkVariables; the XR module sets up XRI rigs and grab/socket/ray interactors; profiler and performance modules capture frame timing, memory stats, and advise on GC pressure, pooling, and hot paths.