We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e656c0 commit 0abdf16Copy full SHA for 0abdf16
1 file changed
package.json
@@ -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