du-qwq
Community@du-qwq
du-qwq provides 71 Unity Editor skills covering REST-driven editor control, C# scripting, URP rendering, multiplayer netcode, and asset hot-update pipelines.
Agent Skills by du-qwq
Showing 70 vetted skills indexed across 1 GitHub repositories.
unity-skills
Automate Unity Editor operations through a local REST API from chat.
unity-skills-index
Indexes Unity Skills modules with mode requirements and routing guidance.
unity-addressables-design
Provides source-anchored design rules for Unity Addressables across versions 1.22.3 and 2.9.1.
unity-cinemachine
Configure Cinemachine virtual cameras, pipeline components, and blends in Unity scenes.
unity-decal
Create and configure URP Decal Projectors and the DecalRendererFeature in Unity scenes.
unity-unitask-design
Provides source-anchored design rules for writing and reviewing UniTask async code in Unity.
unity-ui
Create and lay out Unity UGUI Canvas elements including panels, buttons, text, and layout groups.
unity-shadergraph
Create and edit Unity Shader Graph assets through constrained node and blackboard operations.
unity-probuilder
Create and edit ProBuilder meshes for Unity level blockout and greyboxing.
unity-adr
Documents Unity architecture decisions with options, tradeoffs, and rationale.
unity-blueprints
Generates starter architecture blueprints for small Unity games across seven genres.
unity-importer
Configure Unity asset import settings for textures, audio, and models.
unity-bookmark
Save and restore Unity Scene View camera positions as named bookmarks.
unity-patterns
Advises on selecting Unity design patterns for decoupled game architecture decisions.
unity-asset
Manage Unity AssetDatabase operations including import, delete, move, duplicate, find, and label assets.
unity-testability
Advises on extracting logic from MonoBehaviour classes and planning EditMode and PlayMode tests.
unity-inspector
Advises on Unity Inspector field exposure, attributes, and validation for component authoring.
unity-dotween-design
Provides source-anchored design rules for writing and reviewing DOTween animation code in Unity.
unity-camera
Control Unity Scene View and Game cameras, configuring transforms, FOV, clip planes, and screenshots.
unity-optimization
Batch-compress Unity textures, meshes, and audio while analyzing scene poly counts and material usage.
unity-smart
Query, arrange, and bind Unity scene objects using SQL-like and spatial filters.
unity-async
Guides selection among Update, coroutines, UniTask, and timers for Unity async scheduling.
unity-xr
Configure XR Interaction Toolkit rigs, interactors, and locomotion in Unity scenes.
unity-component
Manage Unity GameObject components including add, remove, copy, enable, and property editing.
Frequently Asked Questions About du-qwq
FAQPage SchemaWhat tasks can I perform with du-qwq's Unity skills?βΌ
You can control the Unity Editor through a local REST server: create and edit C# scripts, build scenes and prefabs, manage materials, lighting, terrain, and NavMesh, run EditMode/PlayMode tests, configure URP rendering and post-processing, and execute batch operations with undo, snapshots, and rollback support.
Who are these Unity skills designed for?βΌ
They target Unity game developers, technical artists, and gameplay engineers working in Unity 2018 through Unity 6. Advisory modules also serve architects choosing design patterns, asmdef layouts, or multiplayer authority models, while functional modules suit anyone automating repetitive editor operations.
How do the Unity skills run in practice?βΌ
Functional modules communicate with a Unity Editor instance through a local REST server, executing operations like scene edits, test runs, and package management. Advisory modules are source-anchored design references requiring no runtime. A sample skill provides echo/ping calls to smoke-test server connectivity first.
What prerequisites and dependencies do these skills require?βΌ
A running Unity Editor instance with the UnitySkills REST server installed is required for functional modules. Specific modules depend on their target packages: Addressables 1.22.3/2.9.1, UniTask 2.5.10, DOTween 1.3.015, YooAsset v2.3.18, Netcode for GameObjects 2.x, and URP/HDRP pipelines.
Do the skills cover multiplayer and hot-update workflows?βΌ
Yes. Netcode modules scaffold NGO 2.x multiplayer with NetworkManager, spawning, RPCs, and NetworkVariables. YooAsset and Addressables modules build asset bundles, manage collector groups, analyze BuildReports, configure catalog updates, and validate hot-update content at runtime.