Smart Object with State Tree

I currently have an AI character that runs on a state tree component schema state tree. In that tree i have it move to and interact with a smart object which is using the gameplay interactions plugin to run its own state tree based on gameplay interactions schema. the ai will move to the smart object and start the secondary state tree but i cant figure out how to have it switch back to the original state tree upon success completion of the smart object’s state tree

1 Like