
+3
Completed
Wait For Flow
There will be a new Await unit, which waits for every entry flow to be called at least once in order to execute its exit flow. It can be reset with an additional entry flow port.
This is similar to the notion of "promises" in JavaScript or asynchronous .NET.

Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
So if reset is triggered, all flow inputs that have occurred need to occur again before the flow is considered complete, correct?
This will be amazing for more complex button inputs...
Yes that is correct!