Hello, I am not a TD, but I am the solo animator at my current job and I need to deal with the creating of the rigs for Unity. The coder that deals with character skills and integretion is asking for a rig that has two bones that are having the same hierarchy level -> two roots in the same rig. I am using Advanced Skeleton…
you can't have two roots to a tree - that's just silly and i expect its actually a misunderstanding the programmer needs to control part of the skeleton in code - that means they need to be able to find the root of that section - there are many ways to achieve this and they have chosen one (arguably the easiest is by an…
Correct me if I'm wrong, but I don't think you can have 2 root bones on one rig in unity, that doesn't really make sense to me. A character can have 2 root bones, via having 2 rigs. Another thing I've seen is 1 root and 2 hip bones. Only seen either of those done with mostly ik based animations so the state machines didn't…