Search Unity

Question Animator's SetFloat method does not appear in Intellisense suggestions

Discussion in 'Animation' started by Etthernal, Jun 5, 2022.

  1. Etthernal

    Etthernal

    Joined:
    Apr 16, 2022
    Posts:
    10
    When I try to write
    Code (CSharp):
    1. SetFloat()
    after
    Code (CSharp):
    1. gameObject.GetComponent<Animator>()
    , the Intellisense suggestions that appear don't include it. It also doesn't show SetBool, SetTrigger and other functions like that.


    What might cause this issue and how can I resolve it? unknown.png