unity-package

Manage Unity Package Manager install, remove, and list operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Unity project dependencies and Package Manager workflows to install, remove, inspect, and resolve package versions and dependencies without manual package.json edits or error-prone registry searches.

Core Features & Use Cases

  • Package lifecycle: list installed packages, check installation status, install or remove packages, and refresh package caches.
  • Dependency-aware installs: automated handling for Cinemachine and Splines with version guidance for Unity 2022 vs Unity 6 and routing for common packages like ProBuilder and XR.
  • Search and diagnostics: search the Unity Registry, list available versions, and retrieve dependency information to plan upgrades or troubleshooting.

Quick Start

Install com.unity.cinemachine version 3.1.3 into the project and then list installed packages to verify the installation.

Frequently Asked Questions about unity-package

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

FAQPage Schema
How do I install Unity packages like Cinemachine or Splines without manually editing package.json?

You can install Unity packages like Cinemachine and Splines by automating Unity Package Manager operations, which handles dependency resolution and version guidance for Unity 2022 versus Unity 6 without manual package.json edits.

Can I check the installation status and list installed packages in my Unity project?

Yes, you can list installed Unity packages and check their installation status to verify dependencies. This retrieves package information and refreshes the package cache to inspect current project setups.

Does Unity Package Manager support installing specific versions of git- or registry-hosted packages?

Unity Package Manager supports installing git- or registry-hosted packages with specific version handling. It routes common packages like ProBuilder and XR while safely managing domain reloads and scripting define updates.

What is the best way to resolve Unity package dependencies and search the Unity Registry for available versions?

The best way to resolve dependencies is by searching the Unity Registry to list available versions and retrieve dependency information. This allows you to plan upgrades and troubleshoot package conflicts safely.

Why does installing Unity packages cause domain reload issues and how can I avoid them?

Installing Unity packages can trigger domain reload issues due to scripting define updates. Safe handling of domain reloads during package installation ensures project stability when adding or removing dependencies.

Are there version differences when installing Cinemachine for Unity 2022 versus Unity 6?

Yes, there is automated version guidance for installing Cinemachine across Unity 2022 versus Unity 6. This ensures you install the correct compatible package version for your specific editor workflow.