I'm looking into integrating it with AnimationPoser. Walking between different positions is a VERY important part of what I want to accomplish, and it is basically the one missing piece to create a sort of The Sims, where the characters can walk around the house and do stuff on their own. Is it possible that we could work on a unified plugin, or an api integration?
For clarification, AnimationPoser is a state machine manager. Each animation acts as a different state, so the character can switch between "showering", "cooking", etc, animations. This already works quite well. The difficulty is walking between the shower and the kitchen, etc. So your plugin provides the walking transitions, my plugin provides the state machine.
For clarification, AnimationPoser is a state machine manager. Each animation acts as a different state, so the character can switch between "showering", "cooking", etc, animations. This already works quite well. The difficulty is walking between the shower and the kitchen, etc. So your plugin provides the walking transitions, my plugin provides the state machine.