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 March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question feel so pain about animator

Discussion in 'Animation' started by ununion, Oct 10, 2022.

  1. ununion

    ununion

    Joined:
    Dec 2, 2018
    Posts:
    217
    1.can not get a/all state in runtime via code
    2.can not get a/all transitions in runtime via code
    3.sometimes some GetAnimatorTransitionInfo(0).nameHash in IsInTransition(0) is 0 in ,and I don't know why.
    so that I cannot use animator in a programmer way without visual interface.