Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question Generic avatar skeleton information

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

  1. Rukhanka

    Rukhanka

    Joined:
    Dec 14, 2022
    Posts:
    95
    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?