Guide | Diagrams | WebsiteRSM is a state machine solution built with development speed as the highest priority. It allows for the creation of both simple and complex behaviours for characters, game managers and more. It features a powerful integration with Visual Studio that lets you quickly jump between pieces of code allowing for extremely fast iteration.Why Rapid State Machine?Speed - Being able to instantly open all methods to do with your states makes devloping and interating extremely fastr. Additionally, being able to edit conditions and transition at runtime lets you fine tune state machines without the normal delays.Scalabe: 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.Extendable - It's relatively easy to mimic some of the secondary components to create your own scripts for more custom behaivour.What's included?The core systems for RSMPowerful custom inspectors for editing your state machinesA 2D Platform example sceneA debugging component with a custom inspectorAn assortment of secondary components used to tie your other scripts into RSMBefore you buyRSM requires basic programming knowledgeRSM doesn't work fully with all IDEs, check the guide to see if your IDE is supported.RSM uses reflection