Last active
October 8, 2025 20:32
-
-
Save keijiro/f8c7e8ff29bfe63d86b888901b82644c to your computer and use it in GitHub Desktop.
Revisions
-
keijiro revised this gist
Jan 3, 2025 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" /> -
keijiro revised this gist
Jan 3, 2025 . 1 changed file with 11 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,17 @@ # 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` <img width="676" alt="ProjectSettings" src="https://gist.github.com/user-attachments/assets/3e97a9b7-e157-49e9-8998-e32280513e9e" /> 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. -
keijiro revised this gist
Apr 25, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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: -
keijiro revised this gist
Apr 25, 2022 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,13 @@ # How to add a 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: - Name: `Keijiro` - URL: `https://registry.npmjs.com` - Scope: `jp.keijiro`  Now you can install the packages from "My Registries" page in the Package Manager window.  -
keijiro created this gist
Apr 25, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ 1. Open the Package Manager page in the Project Settings window.  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. 