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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

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