unity-scene-contracts

Unity Scene Contracts

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-scene-contracts" with this command: npx skills add besty0728/unity-skills/besty0728-unity-skills-unity-scene-contracts

Unity Scene Contracts

Use this skill when scene setup needs to be explicit instead of relying on hidden runtime lookups.

Define

  • Required root objects

  • Required components on each root

  • Which references are assigned in Inspector

  • Which objects act as bootstrap/installers

  • Which objects are runtime-spawned

  • Which assumptions should be validated early

Output Format

  • Scene object contract

  • Bootstrap sequence

  • Inspector wiring rules

  • Validation rules

  • Hidden dependency risks

Guardrails

  • Prefer explicit scene wiring over chains of runtime Find .

  • Keep bootstrap objects small and focused.

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.

General

unity-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

unity-uitoolkit

No summary provided by upstream source.

Repository SourceNeeds Review
General

unity-shader

No summary provided by upstream source.

Repository SourceNeeds Review
General

unity-scriptableobject

No summary provided by upstream source.

Repository SourceNeeds Review