File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,11 @@ Or if you don't have it, add the scoped registry to manifest.json with the desir
43
43
"url" : " https://package.openupm.com" ,
44
44
"scopes" : [
45
45
" com.solidalloy.util" ,
46
+ " com.solidalloy.unity-dropdown" ,
46
47
" com.solidalloy.type.references" ,
47
48
" com.solidalloy.generic-unity-objects" ,
48
49
" com.madsbangh.easybuttons" ,
50
+ " com.solidalloy.extevents" ,
49
51
" com.solidalloy.generic-scriptable-architecture" ,
50
52
" com.openupm"
51
53
]
@@ -68,8 +70,9 @@ Project supports Unity Package Manager. To install it as a Git package do the fo
68
70
4 . Do the same with four more packages:
69
71
- https://github.com/SolidAlloy/ClassTypeReference-for-Unit
70
72
- 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
73
76
74
77
## Quick Start
75
78
You can’t perform that action at this time.
0 commit comments