You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo stores a custom Scriptable Object Event System, configured as a Unity package. It allows to create the necessary SOEvent-Listener script touple from Unity's Create menu
3
+
4
+
## How to install
5
+
6
+
<ol>
7
+
<li>Copy repository's URL (the same you would use to clone it): https://github.com/danigfedev/ScriptableObjectEventSystem.git</li>
8
+
<li>Open Unity Package Manager</li>
9
+
<li>Add new package from git URL (+ button on the top-left corner) and paste the previously copied URL</li>
10
+
<li>Wait until Unity imports package contents</li>
11
+
</ol>
12
+
13
+
## How to use
14
+
15
+
1 - Open/Create the directory where you want to create your Scriptable Object events.
16
+
17
+
2 - Right click to open Unity's Context Menu.
18
+
19
+
3 - Click on Create/EspidiGames/SO Events / SO Event Creation Window
0 commit comments