Regarding “multiple start states”, please take a look at the “Parallel” FSM node. It is basically a node that runs in parallel (simultaneously) along the “normal” state machine flow. You can also have multiple “Parallel” nodes if you so require. Have you checked the “Parallel” node out and if so does it (or does it not) work for you?
As far as using graphs for transitions this is something that is not possible at least right now, but it is something that I have been thinking about. However, usually state transitions are generally “simple” checks and hence why I think a condition task would be simple to use there. If using a graph for transition checks become possible, please note that it would also come with an overhead for deserializing and loading that graph, which for a usually simple “check” it might not be worth it (but it’s still something I am thinking about implementing).
Let me know.
Thanks 🙂
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.