Easy Asset Search

VS/Bolt Addon For Unity Events

VS/Bolt Addon For Unity Events Asset Image * This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. FREE
Category:
ToolsVisual-scripting
Developer:
Tomate_Salat
Price:
FREE
Rating:
(10 reviews)
Favorites:
280
Supported Unity Versions:
2019.3.15 or higher
Current Version:
1.0
Download Size:
9.80 KB
Last Update:
Aug 3, 2020
Description:

MAINTAINED ALTERNATIVE AVAILABLE

I gave permission to https://github.com/RealityStop/Bolt.Addons.Community to add Bolt Unity Events to their repo. So I highly recommend to prefer the Community Addons over installing it from here! Because there it will be maintained and should work out-of-the-box without any compiler errors!

ATTENTION ON USING WITH NEWER BOLT-VERSIONS!!!

I wrote this code while Bolt was owend by Ludiq. With newer versions 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.

Continue »

Similar Packages