Skip to content

Commit 5097ebc

Browse files
committed
docs: Added new dependencies to the installation instructions
1 parent 6f76980 commit 5097ebc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ Or if you don't have it, add the scoped registry to manifest.json with the desir
4343
"url": "https://package.openupm.com",
4444
"scopes": [
4545
"com.solidalloy.util",
46+
"com.solidalloy.unity-dropdown",
4647
"com.solidalloy.type.references",
4748
"com.solidalloy.generic-unity-objects",
4849
"com.madsbangh.easybuttons",
50+
"com.solidalloy.extevents",
4951
"com.solidalloy.generic-scriptable-architecture",
5052
"com.openupm"
5153
]
@@ -68,8 +70,9 @@ Project supports Unity Package Manager. To install it as a Git package do the fo
6870
4. Do the same with four more packages:
6971
- https://github.com/SolidAlloy/ClassTypeReference-for-Unit
7072
- https://github.com/SolidAlloy/GenericUnityObjects.git
71-
- https://github.com/madsbangh/EasyButtons
72-
- https://github.com/SolidAlloy/GenericScriptableArchitecture
73+
- https://github.com/madsbangh/EasyButtons.git
74+
- https://github.com/SolidAlloy/ExtEvents.git
75+
- https://github.com/SolidAlloy/GenericScriptableArchitecture.git
7376

7477
## Quick Start
7578

0 commit comments

Comments
 (0)