I start looking at mecanim and I have designed a pretty simple state machine like Idle → Walk_Start → Walk → Walk End → Idle.
The next step would be to add some more states like several attack related one or fly/jump, etc. But before that, I want to “regroup” my walk related states in a sub machine to avoid the “Big fat machine with states spread all over the sheet and I cannot understand it anymore” syndrome.
Is it any way to do that without redoing all the states/transitions in a new sub machine state?
I have found no way to copy/paste or directly regroup a bunch of state and transition…
Thanks in advance for any advice!
Cheers.
Flo