unity-component

Automate adding, removing, and configuring Unity GameObject components in batch.

1|Updated Feb 22, 2024
One-click install
npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-component-stardust-liu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-component
Source: https://github.com/Stardust-liu/EDC_Framework/tree/main/Assets/AI/Unity-Skills-1.5.5/unity-skills/skills/component
Command: npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-component-stardust-liu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of adding, removing, or configuring Unity GameObject components to save time and ensure consistency across objects.

Core Features & Use Cases

  • Add components to a single GameObject
  • Batch add/remove for multiple objects
  • Configure common properties (e.g., Rigidbody.mass, Collider.enabled)
  • Query existing components and statuses

Quick Start

Add a Rigidbody component to the target GameObject and set its mass to 2.0.

Frequently Asked Questions about unity-component

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch add Rigidbody components to multiple Unity GameObjects?

Batch add Rigidbody components to multiple Unity GameObjects by applying automated operations across selected objects. This ensures consistent component configuration and saves time during scene setup.

What is the best way to configure Collider enabled properties across many objects in Unity?

Configuring Collider enabled properties across many objects in Unity is handled through batch operations. This approach modifies common component properties uniformly, ensuring state consistency throughout the project.

Can I query existing components and their statuses on a Unity GameObject?

Yes, you can query existing components and their statuses on a Unity GameObject. This functionality allows developers to inspect current configurations before applying new batch modifications.

Does Unity component automation work with AudioSource configuration?

Unity component automation works with AudioSource configuration by applying structured parameter schemas. It supports adding, removing, and configuring AudioSource components across both single and multiple objects.

When do I need batch operations for Unity GameObject component management?

Batch operations for Unity GameObject component management are needed when adding, removing, or configuring components like Rigidbody and Collider across multiple objects to ensure consistency and reduce manual setup time.