Skip to content

v2.3 - Editor Events

Compare
Choose a tag to compare
@RealityStop RealityStop released this 13 Oct 08:11
· 299 commits to master since this release

There are two main changes this cycle:

New unit from Jason:

manual event

A unit that can be used to manually trigger logic at edit time. Use this to make your own editor tools!

Please note that this unit will not trigger on its own.

Variadic Branching just got cooler

branchgrewup2

Branch (Params) received some new modes and now supports:

  • And
  • Or
  • Greater Than (limited to two inputs)
  • Less Than (limited to two inputs)
  • Equals

This compresses the individual Branch And, Branch Or, Branch Greater, Branch Less, Branch Equals, and Branch Next all into the Variadic Branch (Params) that can take multiple inputs! Not only that, but you can change modes on the fly, and the ports assignments will be kept if possible.

Expect a few minor upgrades to improve the inspector integration on this one.

Misc

Lastly, Math Op now has a graph inspector toggle that allows it to accept non-numeric inputs (say, adding vectors)
image