Skip to content

Instantly share code, notes, and snippets.

@keijiro
Last active October 8, 2025 20:32
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.

Revisions

  1. keijiro revised this gist Jan 3, 2025. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions setup_scoped_registry.md
    Original file line number Diff line number Diff line change
    @@ -15,3 +15,12 @@

    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.

    <img width="345" alt="InstallByName" src="https://gist.github.com/user-attachments/assets/8a658c82-2113-4d6d-b639-b1c7ad1bf5d6" />
  2. keijiro revised this gist Jan 3, 2025. 1 changed file with 11 additions and 7 deletions.
    18 changes: 11 additions & 7 deletions setup_scoped_registry.md
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,17 @@
    # How to add "Keijiro" scoped registry to your Unity project

    Open the Package Manager page in the Project Settings window and add the following entry to the "Scoped Registries" list:
    1. Open the **Project Settings** window and navigate to the **Package Manager** page.

    - Name: `Keijiro`
    - URL: `https://registry.npmjs.com`
    - Scope: `jp.keijiro`
    2. Add the following entry to the **Scoped Registries** list:
    - Name: `Keijiro`
    - URL: `https://registry.npmjs.com`
    - Scope: `jp.keijiro`

    ![Scoped Registry](https://user-images.githubusercontent.com/343936/162576797-ae39ee00-cb40-4312-aacd-3247077e7fa1.png)
    <img width="676" alt="ProjectSettings" src="https://gist.github.com/user-attachments/assets/3e97a9b7-e157-49e9-8998-e32280513e9e" />

    Now you can install the packages from "My Registries" page in the Package Manager window.
    3. Open the **Package Manager** window, navigate to the **Keijiro** page in the **My Registries** section.

    <img width="980" alt="PackageManager" src="https://gist.github.com/user-attachments/assets/24b1705d-5337-4b1b-8d90-7fee0850f662" />

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

    ![My Registries](https://user-images.githubusercontent.com/343936/162576825-4a9a443d-62f9-48d3-8a82-a3e80b486f04.png)
  3. keijiro revised this gist Apr 25, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup_scoped_registry.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # How to add a scoped registry to your Unity project
    # How to add "Keijiro" scoped registry to your Unity project

    Open the Package Manager page in the Project Settings window and add the following entry to the "Scoped Registries" list:

  4. keijiro revised this gist Apr 25, 2022. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions setup_scoped_registry.md
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,13 @@
    1. Open the Package Manager page in the Project Settings window.
    # How to add a scoped registry to your Unity project

    ![Scoped Registry](https://user-images.githubusercontent.com/343936/162576797-ae39ee00-cb40-4312-aacd-3247077e7fa1.png)

    2. Add the following entry to the Scoped Registries list:
    Open the Package Manager page in the Project Settings window and add the following entry to the "Scoped Registries" list:

    - Name: `Keijiro`
    - URL: `https://registry.npmjs.com`
    - Scope: `jp.keijiro`

    3. Open the Package Manager window and select the My Registries page from the dropdown.
    ![Scoped Registry](https://user-images.githubusercontent.com/343936/162576797-ae39ee00-cb40-4312-aacd-3247077e7fa1.png)

    Now you can install the packages from "My Registries" page in the Package Manager window.

    ![My Registries](https://user-images.githubusercontent.com/343936/162576825-4a9a443d-62f9-48d3-8a82-a3e80b486f04.png)
  5. keijiro created this gist Apr 25, 2022.
    13 changes: 13 additions & 0 deletions setup_scoped_registry.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    1. Open the Package Manager page in the Project Settings window.

    ![Scoped Registry](https://user-images.githubusercontent.com/343936/162576797-ae39ee00-cb40-4312-aacd-3247077e7fa1.png)

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

    - Name: `Keijiro`
    - URL: `https://registry.npmjs.com`
    - Scope: `jp.keijiro`

    3. Open the Package Manager window and select the My Registries page from the dropdown.

    ![My Registries](https://user-images.githubusercontent.com/343936/162576825-4a9a443d-62f9-48d3-8a82-a3e80b486f04.png)