unity-sample

Generate Unity scenes with primitives and test API connectivity.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/muddyrain/valley-mas --skill unity-sample-muddyrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-sample
Source: https://github.com/muddyrain/valley-mas/tree/main/.codex/skills/unity-skills/skills/sample
Command: npx skills add https://github.com/muddyrain/valley-mas --skill unity-sample-muddyrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sample Unity scene generator and API test utilities provide ready-made scene elements for learning and quick checks, reducing setup time for experiments.

Core Features & Use Cases

  • Scene generation: Create cubes, spheres, and basic primitives to build test scenes.
  • API connectivity tests: Validate communication with Unity backends or helper services.
  • Use Case: Use a prebuilt scene to demonstrate object creation and validate API responses in tutorials.

Quick Start

Use a sample command such as create_cube with coordinates and a name to generate a demo object in the current scene.

Frequently Asked Questions about unity-sample

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

FAQPage Schema
How do I generate a sample Unity scene for testing?

You can generate a sample Unity scene by using parameterized object creation commands to instantly populate test scenes with basic primitives like cubes and spheres, reducing manual setup time.

Can I test Unity API connectivity through predefined signatures?

You can validate Unity API connectivity by executing predefined signatures that check communication with Unity backends and helper services to ensure proper responses.

What is the best way to validate Unity API responses in a tutorial?

The best way to validate Unity API responses in tutorials is to use a prebuilt scene generator that creates deterministic objects while running connectivity checks against helper services.

Do I need a specific Unity backend to use a scene generator?

No specific Unity backend is required to generate scenes, but you do need a helper service or backend to validate API connectivity and test communication responses.

Does scene generation support parameterized object creation?

Yes, scene generation supports parameterized object creation by accepting coordinates and names to deterministically build test scenes with cubes, spheres, and other primitives.