Skip to content

Commit a8e721c

Browse files
committed
Update README.md
1 parent 22c5d3e commit a8e721c

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
![](/.github/banner.png?raw=true "")
22
![](/.github/gallery.png?raw=true "")
33

4-
## ℹ️ Features
4+
# ℹ️ Features
55

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.
1111

12-
<br/>
13-
14-
## 📦 Install
15-
16-
1. Open Package Manager
17-
2. Paste git URL (`<github_url>#<desired_tag>`)
12+
## ⌛ Planned
1813

14+
* Static method handlers via reflection.
15+
* Dependency-free support for custom types via reflection.
1916

2017
<br/>
2118

22-
## 🚀 Usage
23-
19+
# 📦 Install
2420

25-
...
21+
1. Open Package Manager
22+
2. Paste GitHub URL:\
23+
`https://github.com/Smidgens/unity-events.git#<version_tag>`

0 commit comments

Comments
 (0)