unity template generator

Unity Template Generator

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "unity template generator" with this command: npx skills add dev-gom/claude-code-marketplace/dev-gom-claude-code-marketplace-unity-template-generator

Unity Template Generator

Assists with generating production-ready Unity C# script templates that follow best practices and Unity conventions.

Available Templates

MonoBehaviour - GameObject components with lifecycle methods, serialized fields, component caching, and Gizmo helpers.

ScriptableObject - Data assets with [CreateAssetMenu] , validation, encapsulation, and clone methods.

Editor Script - Custom inspectors or windows. Asks for UGUI vs UI Toolkit preference (see unity-ui-selector).

Test Script - NUnit/PlayMode tests with Setup/TearDown, [UnityTest] , performance tests, and Arrange-Act-Assert pattern.

Template Features

All templates include:

  • Unity coding conventions ([SerializeField] , PascalCase, XML docs)

  • Performance patterns (component caching, no GetComponent in Update)

  • Code organization (#region directives, consistent ordering)

  • Safety features (null checks, OnValidate, Gizmos)

Placeholders: {{CLASS_NAME}} , {{NAMESPACE}} , {{DESCRIPTION}} , {{MENU_PATH}} , {{FILE_NAME}}

See template-reference.md for detailed customization options.

When to Use vs Other Components

Use this Skill when: Discussing template options, understanding template features, or getting guidance on script structure

Use @unity-scripter agent when: Writing custom scripts with specific requirements or implementing complex Unity features

Use @unity-refactor agent when: Improving existing scripts or restructuring code for better maintainability

Use /unity:new-script command when: Actually generating script files from templates with specific parameters

Use /unity:setup-test command when: Setting up complete test environments with test scripts

Related Skills

  • unity-script-validator: Validates generated scripts

  • unity-ui-selector: Helps choose UI system for Editor scripts

  • unity-uitoolkit: Assists with UI Toolkit implementation when generating Editor scripts

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

unity ui toolkit

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

unity-compile-fixer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

blender-toolkit

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

unity-test-runner

No summary provided by upstream source.

Repository SourceNeeds Review