Bolt Unity Events

FREE
Publisher Tomate_Salat
File size 9.80kB
Number of files 7
Latest version 1
Latest release date 2020-08-03 10:01:10
First release date 2020-08-03 10:01:10
Supported Unity versions 2018.4.2 or higher
ATTENTION ON USING WITH NEWER BOLT-VERSIONS!!!

I wrote this code while Bolt was owend by Ludiq. With newer verions of Bolt Unity has changed the namespace to Unity.VisualScripting. So it will lead to compiler issues. The fix should be easy: just update the broken namespace.

You should be also aware of that Unity may has or will make a release of Bolt which can break this addon. Because I don't use Bolt anymore there will be no further updates provided by me. Actually I expect that Unity one day will have this feature out-of-the-box so that "Bolt Unity Events" isn't needed anymore.


Actual Description

Do you want to use Unity Events within Bolt? This package will provide you an additional node supporting them.

Unity Event
All type of UnityEvents are support. Also the generic versions of it which means that you can use up to 4 generic parameters.

Aot Support
You can use it also for Aot platforms like android, ios or web. Just use AotUnityEvent instead of UnityEvent for events using generic parameters.

Typesafe smart nodes
The nodes are smart enough to detect if and how many parameters are being used. It also detects the type of each parameter and offers you a meaningful port.
The node is highly flexible. If you change the connected event to another one it will instantly update the provided ports.

Full Source Code
Full sources are provided you.

Top Publisher Assets