I have read the source code of this section and noticed that in the HumanDescription class, the serialization of the ”human“ and ”skeleton“ lists seems to be the same, but in the local .meta file, the ”skeleton“ has values while the ”human“ list is always empty.
(this is a humanoid type, and I can see that the ”human“ list has values in the inspector during debugging)
I think I might have missed some details or lack some knowledge. I would like to know what causes this or why it is designed this way? Because it seems that I can’t customize this part of the import by modifying the local file conveniently.
Thx:)