unity-scriptableobject

Create, manage, and import/export Unity ScriptableObject assets as JSON.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-scriptableobject-yiduandtdt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-scriptableobject
Source: https://github.com/YiDuandtdt/Bone-Throne/tree/main/.agents/skills/unity-skills/skills/scriptableobject
Command: npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-scriptableobject-yiduandtdt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage ScriptableObject assets in Unity projects, enabling creation, reading, updating, deleting, duplication, and type discovery to streamline data-driven design.

Core Features & Use Cases

  • Create, read, update, delete, and duplicate ScriptableObject assets across Unity projects.
  • List available ScriptableObject types and search for assets by type to organize data-driven configurations.
  • Import and export ScriptableObject data to JSON for project migration and tooling integration.

Quick Start

Create a ScriptableObject asset in Unity and export it to JSON for easy migration.

Frequently Asked Questions about unity-scriptableobject

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

FAQPage Schema
How do I manage ScriptableObject assets in Unity for data-driven configurations?

You can manage ScriptableObject assets in Unity by creating, reading, updating, deleting, and duplicating them. This workflow organizes data-driven configurations across multiple scenes and projects effectively.

Can I export Unity ScriptableObject data to JSON for project migration?

Yes, you can export Unity ScriptableObject data to JSON. This functionality streamlines project migration and enables tooling integration by allowing easy import and export of asset data.

What is the best way to find and list available ScriptableObject types in a Unity project?

The best way to find available ScriptableObject types is to use asset management tools to list and search by type. This allows you to discover existing assets and organize data structures efficiently.

Does this ScriptableObject workflow support asset creation and modification across multiple scenes?

Yes, the ScriptableObject workflow supports asset creation and modification across multiple Unity scenes. It handles full lifecycle operations including create, read, set, delete, and duplicate actions.

Why import and export ScriptableObjects to JSON in Unity game development?

Importing and exporting ScriptableObjects to JSON in Unity game development streamlines project migration and tooling integration. It enables seamless data transfer across different scenes and separate projects.