Lightning Fast
Being able to instantly open all methods to do with your states makes devloping and iterating extremely fast. Additionally, being able to edit conditions and transition at runtime lets you fine tune state machines without the normal delays.
Scalable
No nodes means even with complex behaviour, you never end up with a spaghetti of nodes and wires. Thanks to behaivour trackers, even if your class is thousands of lines long, you can open to any state method instantly.
Easy
It’s quick to learn the basics of RSM and you can do a lot with just the basics. Thorough documentation ensures that if you want to learn more advanced features, you can.