Search Unity

Question Generic avatar skeleton information

Discussion in 'Animation' started by Rukhanka, Feb 23, 2023.

  1. Rukhanka

    Rukhanka

    Joined:
    Dec 14, 2022
    Posts:
    204
    Hi. Is there a possibility to get skeleton bones information from generic avatar? For Humanoid type we have humanDescription array of Avatar class with skeleton bones. But for initially generic avatars "human" and "skeleton" arrays are empty. More interestingly, if I switch avatar type to Humanoid and switch it back to Generic, "skeleton" array will stay with correctly populated bone data. So maybe is there a way to not forcing Humanoid avatar for it?