hubs
hubs copied to clipboard
BG - MultiGate usability issues
Description
The Multigate
flow node doesn't work as expected.
- The outputs are numbered
1, 2, 3
but thestartIndex
values are0, 1, 2
- The
Reset
action doesn't reset to thestartIndex
value--instead, it always resets to the first output. I would expect thestartIndex
to change whenReset
is triggered. - 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. - Bonus points if someone adds a
Randomize
boolean input.
To Reproduce Steps to reproduce the behavior:
- Open included
.blend
- Note the
Sequence
node that triggers theReset
onMultigate
- Export as .glb and run in Hubs
- The text only ever displays
One
regardless of theStartIndexValue
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