Skip to content

Releases: RealityStop/Bolt.Addons.Community

v1.4 - Latch and Between

18 Apr 21:40
Compare
Choose a tag to compare

With this release, two new units have joined the project: Latch and Between.

  • Latch - Mimics a Flip-Flop from control theory by "latching" an input boolean true value, almost as a "has it ever been true" check. There is a provided Reset input that allows the unit the reset the internal memory.
    Documentation available in the wiki
  • Between - A simple convenience unit that checks if the input value is within the specified range (inclusive).
    Documentation available in the wiki

Also, Jason's comment units are available in 1.3 compatible form.

v1.3 - Gate release

29 Mar 01:57
Compare
Choose a tag to compare

Gate added to .Logic.dll.

This was compiled against 2017.3 Unity Binaries and the bolt version listed on the asset package. However, VERY little of unity is actually used, and the Unity references are version agnostic, so it should support other versions as well.

Other Bolt versions can be available upon request.

v 1.2.1

25 Mar 07:00
Compare
Choose a tag to compare

Fixes editor references during build

v1.2

25 Mar 04:25
Compare
Choose a tag to compare

Adds 3 Conditional Branch nodes. Happy graphing!

v1.1

23 Mar 03:52
Compare
Choose a tag to compare

Adds Plus Equals, drop in replacement for v1.0

Initial Release

23 Mar 03:32
Compare
Choose a tag to compare

Initial release of the binaries. Does not include JasonJonesLASM content yet.