hubs icon indicating copy to clipboard operation
hubs copied to clipboard

BG - MultiGate usability issues

Open j-conrad opened this issue 1 year ago • 0 comments

Description The Multigate flow node doesn't work as expected.

  1. The outputs are numbered 1, 2, 3 but the startIndex values are 0, 1, 2
  2. The Reset action doesn't reset to the startIndex value--instead, it always resets to the first output. I would expect the startIndex to change when Reset is triggered.
  3. The startIndex is not reevaluated each time the node is triggered; it appears to only get set on initialization. This greatly reduces its usefulness since it cannot be altered at run time.
  4. Bonus points if someone adds a Randomize boolean input.

To Reproduce Steps to reproduce the behavior:

  1. Open included .blend
  2. Note the Sequence node that triggers the Reset on Multigate
  3. Export as .glb and run in Hubs
  4. The text only ever displays One regardless of the StartIndexValue increasing each second.

Expected behavior The text should increase to read Three, but stay there once StartIndexValue exceeds 2

Hardware

  • Device: Desktop
  • OS:Windows
  • Browser: Chrome

Multigate_Bugs.zip

j-conrad avatar Oct 04 '23 06:10 j-conrad