Skip to content

Instantly share code, notes, and snippets.

@keijiro
Last active October 8, 2025 20:32
Show Gist options
  • Select an option

  • Save keijiro/f8c7e8ff29bfe63d86b888901b82644c to your computer and use it in GitHub Desktop.

Select an option

Save keijiro/f8c7e8ff29bfe63d86b888901b82644c to your computer and use it in GitHub Desktop.
How to add "Keijiro" scoped registry to your Unity project

How to add "Keijiro" scoped registry to your Unity project

  1. Open the Project Settings window and navigate to the Package Manager page.

  2. Add the following entry to the Scoped Registries list:

    • Name: Keijiro
    • URL: https://registry.npmjs.com
    • Scope: jp.keijiro
    ProjectSettings
  3. Open the Package Manager window, navigate to the Keijiro page in the My Registries section.

    PackageManager

Now you can install the package by selecting it from the package list and pressing the "Install" button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment