I have a list of transitions out of a state, and I would like to select one at random, but I don't know how to activate it from a statemachine behaviour. Given the potential number of child states, I would prefer not to define a transition parameter for each. Has anyone tried this?
↧