Skip to content

Instantly share code, notes, and snippets.

@keijiro
Last active January 3, 2025 12:59
Show Gist options
  • Save keijiro/f8c7e8ff29bfe63d86b888901b82644c to your computer and use it in GitHub Desktop.
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.

If the package doesn't appear in the list

Occasionally, packages may not show up in the package list due to an unknown issue. If this happens, you can manually install the package using the "Install package by name" option in the Package Manager.

  1. Click the "+" button at the top-left corner of the Package Manager window.
  2. Select "Install package by name..."
  3. Enter the package name (jp.keijiro.***) and click the "Install" button.
InstallByName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment