Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question it appears in 2021.1 UnityEngine.Input class is missing ???

Discussion in 'Input System' started by graphicsayy97, Oct 8, 2021.

  1. graphicsayy97

    graphicsayy97

    Joined:
    Dec 24, 2020
    Posts:
    50
    i am confuse

    I make the project, and now this is gone, I use for debug, quickly, UnityEngine.Input.GetKeyDown, etc.

    but I see this is gone for newer unity version

    and in 2019.4 it remains fine.

    how to quickly call keyboard commands for debug purpose in newer unity, i am maybe going mad I do not understand this is missing, also no legacy class anywhere

    is this stripped now from UnityEngine API ver 2021.1 + ????
     
  2. No. All Unity version contain the
    UnityEngine.Input
    class including 2021.x and 2022.1.
     
  3. dmytro_at_unity

    dmytro_at_unity

    Unity Technologies

    Joined:
    Feb 12, 2021
    Posts:
    212
    Could it be disabled input module in package manager?