galaxy-actor-and-visuals

Automate actor visuals in Galaxy scripts for models, attachments, animations, and visibility.

7|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/KimPlaybit/Starcraft-2-Editor-Skills --skill galaxy-actor-and-visuals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: galaxy-actor-and-visuals
Source: https://github.com/KimPlaybit/Starcraft-2-Editor-Skills/tree/main/.agents/skills/galaxy-actor-and-visuals
Command: npx skills add https://github.com/KimPlaybit/Starcraft-2-Editor-Skills --skill galaxy-actor-and-visuals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Actors and visuals are scattered across code and data; this Skill consolidates the workflow for creating, attaching, animating, tinting, scaling, and controlling visibility of in-game actors in Galaxy scripts.

Core Features & Use Cases

  • Create and spawn actors (model, effect) in a scope.
  • Attach models and actors to units with precise attach points.
  • Control animations, tint, scale, and visibility of actor visuals.
  • Send actor messages to drive visuals and synchronize with gameplay cues.
  • Manage doodad-related visuals and region-based actor effects.

Quick Start

Spawn a model actor for a unit and apply a tint using ActorSend.

Frequently Asked Questions about galaxy-actor-and-visuals

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

FAQPage Schema
How do I attach models to units and control actor animations in Galaxy scripts?

You attach models to units using precise attach points and control actor animations by sending actor messages via ActorSend to drive visuals and synchronize them with gameplay cues in Galaxy scripts.

What is the process for creating and spawning actors within a Galaxy map scope?

Spawning actors in Galaxy map development involves creating model or effect actors within a defined scope, allowing you to apply visual modifications like tint, scale, and opacity during map creation.

Can I manage doodad visuals and region-based actor effects using Galaxy scripting?

Yes, Galaxy scripting allows you to manage doodad-related visuals and control region-based actor effects, ensuring environmental elements and area triggers correctly apply their intended visual outputs.

What is the best way to consolidate scattered actor data and visual workflows in Galaxy?

Consolidating actor workflows requires unifying the creation, attachment, animation, and visibility control of in-game actors into a single operational guide, eliminating scattered code and data across map projects.

Does this Galaxy actor visual workflow require specific dependencies or components?

No dependencies or components are required, but you need a SKILL.md frontmatter with a name and description, plus a descriptive body for operational guidance to execute actor visual orchestration.

How do I modify unit visual properties like tint, scale, and opacity for actors?

You modify unit visual properties by applying tint, scale, and opacity controls directly to spawned model actors, manipulating their visibility and appearance through targeted actor messages.