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. Dismiss Notice

Question Why is everyone enabling and disabling action maps?

Discussion in 'Input System' started by venomtail, Mar 12, 2023.

  1. venomtail

    venomtail

    Joined:
    Dec 9, 2018
    Posts:
    8
    Trying to understand the new input action system, struggling to get to the part where I can read the value of the input.

    That aside, so many tutorials for some weird reason keep enabling and disabling action maps. Why? THey only have one action map made, just seems like a weird way to needlessly overcomplicate your code by turning things on and off.

    Why? What have I missed? If you need to use a different action map, why not just switch to it?