File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 1
1
![ ] ( /.github/banner.png?raw=true " ")
2
2
![ ] ( /.github/gallery.png?raw=true " ")
3
3
4
- ## ℹ️ Features
4
+ # ℹ️ Features
5
5
6
- * Persistent Event with Scriptable Objects .
7
- * Add/remove listeners at runtime .
8
- * Configure listener invoke order .
9
- * Wired through inspector, no coding required .
10
- * Reasonably lightweight
6
+ * Global game events defined as scriptable objects .
7
+ * Wireable through inspector .
8
+ * Common event types included (no extra code required) .
9
+ * Extensible for custom types (base class) .
10
+ * 🤞 Reasonably lightweight.
11
11
12
- <br />
13
-
14
- ## 📦 Install
15
-
16
- 1 . Open Package Manager
17
- 2 . Paste git URL (` <github_url>#<desired_tag> ` )
12
+ ## ⌛ Planned
18
13
14
+ * Static method handlers via reflection.
15
+ * Dependency-free support for custom types via reflection.
19
16
20
17
<br />
21
18
22
- ## 🚀 Usage
23
-
19
+ # 📦 Install
24
20
25
- ...
21
+ 1 . Open Package Manager
22
+ 2 . Paste GitHub URL:\
23
+ ` https://github.com/Smidgens/unity-events.git#<version_tag> `
You can’t perform that action at this time.
0 commit comments