unity-addressables

Manage Unity Addressables groups, entries, and content builds via CLI.

83|10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/akiojin/unity-cli --skill unity-addressables
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-addressables
Source: https://github.com/akiojin/unity-cli/tree/main/.claude-plugin/plugins/unity-cli/skills/unity-addressables
Command: npx skills add https://github.com/akiojin/unity-cli --skill unity-addressables

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Unity's Addressables system, allowing for efficient handling of asset groups, content building, and issue resolution before deployment.

Core Features & Use Cases

  • Group Management: Create, list, add, and remove Addressables groups and entries.
  • Content Building: Build and clean Addressables content bundles.
  • Analysis & Fixing: Analyze Addressables for issues and automatically fix them.
  • Use Case: When a user wants to organize game assets into Addressable groups for efficient content delivery, build those groups, and ensure there are no build-breaking issues.

Quick Start

Use the unity-addressables skill to create an Addressables group named 'Characters' and add the 'Assets/Prefabs/Hero.prefab' asset to it.

Frequently Asked Questions about unity-addressables

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

FAQPage Schema
How do I manage Unity Addressables groups from the command line?

You can manage Unity Addressables groups from the command line by creating, listing, adding, and removing asset groups and entries to streamline your content delivery pipeline.

How do I build and clean Unity Addressables content bundles?

Build and clean Unity Addressables content bundles by executing targeted build operations that compile asset groups and remove outdated bundles to ensure a clean deployment state.

Can I analyze Unity Addressables for potential build issues and fix them automatically?

Yes, you can analyze Unity Addressables to detect potential build-breaking issues and apply automated fixes to resolve them before deployment, ensuring a smooth content build process.

What is the best way to organize game assets into Addressable groups for content delivery?

Organizing game assets into Addressable groups for content delivery is best achieved by creating specific groups and adding associated asset entries to them, facilitating efficient remote or local updates.

Does this Unity Addressables management workflow require any specific dependencies?

This Unity Addressables management workflow operates independently without requiring any specific external dependencies, allowing you to directly manage groups, entries, and content builds.

Why do I need to analyze Addressables before building content bundles?

Analyzing Addressables before building content bundles is necessary to identify and automatically resolve potential issues, preventing build failures and ensuring your asset deployment pipeline remains stable.