Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/scriptable-events.git#upm

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Scriptable Events** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/scriptable-events.git#upm
```

[![pkglnk](https://www.pkglnk.dev/badge/scriptable-events.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/scriptable-events)

README

Scriptable Events

Unity 6000.0+ openupm Actions Status

Minimalistic and extensible event system implemented via ScriptableObject, inspired by Unite2017.

Features

  • Designer friendly
  • Default event and listener implementations for common use-cases
  • Code generation tools which can be used to create custom event and inspector scripts
  • Strongly typed
  • Custom icons
  • Odin Inspector support

Installation

This package can be installed via OpenUPM:

openupm add com.chark.scriptable-events

Or via the Unity Package Manager by Installing from a Git URL:

https://github.com/chark/scriptable-events.git#upm

Alternatively, manually install by adding the following entry to Packages/manifest.json:

{
  "com.chark.scriptable-events": "https://github.com/chark/scriptable-events.git#upm"
}

If you'd like to install a specific release, replace upm suffix with version number, e.g., v3.0.0. You can find all releases here.

Links

Comments

No comments yet. Be the first!