0
0
Unityframework~5 mins

New Input System overview in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the Unity New Input System?
The Unity New Input System is a modern way to handle player input from devices like keyboard, mouse, gamepads, and touchscreens. It replaces the old input system with more flexibility and better device support.
Click to reveal answer
beginner
How does the New Input System improve device support?
It supports many devices automatically, including gamepads, joysticks, touchscreens, and keyboards, and can detect new devices at runtime without extra coding.
Click to reveal answer
beginner
What is an Input Action in the New Input System?
An Input Action is a named input event like 'Jump' or 'Move'. It groups input controls and lets you respond to player actions in a clear way.
Click to reveal answer
intermediate
What is an Input Action Map?
An Input Action Map is a collection of Input Actions grouped by context, like 'Gameplay' or 'UI'. It helps organize inputs and switch between control schemes easily.
Click to reveal answer
intermediate
How do you listen for input events using the New Input System?
You create Input Actions and subscribe to their events in code. When the player performs an action, your code runs automatically to respond.
Click to reveal answer
What does the Unity New Input System replace?
AThe Physics Engine
BThe Rendering Pipeline
CThe old Input Manager
DThe Audio System
Which of these is NOT a feature of the New Input System?
ARequires manual device detection
BAllows runtime device detection
CUses Input Actions to organize inputs
DSupports multiple devices automatically
What is an Input Action Map used for?
ARendering graphics
BGrouping Input Actions by context
CPlaying sounds
DSaving game data
How do you respond to player input using the New Input System?
ASubscribe to Input Action events
BUse Update() to check keys manually
CModify physics settings
DChange camera settings
Which device is supported by the New Input System?
AScanners
BPrinters
CProjectors
DGamepads
Explain the main benefits of using the Unity New Input System over the old Input Manager.
Think about flexibility and ease of use.
You got /4 concepts.
    Describe how Input Actions and Input Action Maps work together in the New Input System.
    Consider how inputs are grouped and managed.
    You got /4 concepts.