unity-sample

Generate Unity scenes with primitives and manage objects for testing.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-sample-lrbjk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-sample
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/sample
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-sample-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides simple, reliable tools to quickly generate example Unity scenes and objects and to verify API connectivity so developers and learners can prototype and debug without building full game logic.

Core Features & Use Cases

  • Primitive creation: create cube and sphere primitives to populate test scenes.
  • Object management: find, move, rotate, scale, and delete objects by name to validate transformations and state changes.
  • Scene inspection & testing: retrieve scene information and run connectivity checks to confirm server and API health during development or demonstrations.
  • Use Case: Use these utilities to demonstrate APIs in tutorials, sanity-check integrations, or create minimal reproducible examples for bug reports.

Quick Start

Create a cube at position 0,1,0 named TestCube to verify scene generation and API connectivity.

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 Unity demo scene with primitives like cubes and spheres?

To generate a Unity demo scene, you can create cube and sphere primitives directly. This populates test scenes with basic GameObjects, allowing you to validate API connectivity and prototype content without writing full game logic.

Can I move, rotate, and scale GameObjects in a Unity scene for API testing?

Yes, you can find, move, rotate, scale, and delete GameObjects by name. These object management operations validate transformations and state changes, making it suitable for sanity-checking integrations and demonstrating APIs.

What is the best way to verify Unity API connectivity during development?

The best way to verify Unity API connectivity is by running scene inspection and connectivity checks. This retrieves scene information and confirms server and API health, which is useful for development demonstrations and bug reports.

Do I need any specific dependencies to create Unity test scenes?

No specific dependencies are required to create Unity test scenes. You can instantiate primitives and perform scene operations directly to build minimal reproducible examples for testing, learning, and QA scenarios.

Does this tool support retrieving scene info for bug reports?

Yes, the tool supports retrieving scene info to create minimal reproducible examples for bug reports. It allows you to inspect scene information and validate state changes after creating or modifying primitives.