Skip to content

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

Notifications You must be signed in to change notification settings

danigfedev/ScriptableObjectEventSystem

Repository files navigation

ScriptableObjectEventSystem

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

How to install

  1. Copy repository's URL (the same you would use to clone it): https://github.com/danigfedev/ScriptableObjectEventSystem.git
  2. Open Unity Package Manager
  3. Add new package from git URL (+ button on the top-left corner) and paste the previously copied URL
  4. Wait until Unity imports package contents

How to use

1 - Open/Create the directory where you want to create your Scriptable Object events.

2 - Right click to open Unity's Context Menu.

3 - Click on Create/EspidiGames/SO Events / SO Event Creation Window

4 - A modal window will open. Select the options of your SO Event and hit "Create SO event scripts"


5 - Wait for script creation. After a few seconds, two scripts will appear on your selected directory.

6 - Now you can create Scriptable objects of the created type from the same menu.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages