Skip to content

Commit 0abdf16

Browse files
committed
Added Unity package manifest file (pending review)
1 parent 4e656c0 commit 0abdf16

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "com.espidigames.scriptable-object-event-system",
3+
"displayName": "EG-Scriptable Object Event System",
4+
"description": "Editor system that automatizes Scriptable Object Event creation",
5+
"version": "1.0.0",
6+
"unity": "2021.3",
7+
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/danigfedev/ScriptableObjectEventSystem.git"
11+
},
12+
"author": {
13+
"name": "mob-sakai",
14+
"email": "sakai861104@gmail.com",
15+
"url": "https://github.com/mob-sakai"
16+
},
17+
"dependencies": {
18+
"com.unity.editorcoroutines": "1.0.0"
19+
},
20+
"keywords": [
21+
"so",
22+
"scriptableobject",
23+
"events"
24+
],
25+
"samples": [
26+
]
27+
}

0 commit comments

Comments
 (0)