Skip to main content

Wait For Input

Wait For Input

Waits for an input before proceeding to the next command. There are (Old) and (New) variants, each for the legacy Input Manager and the new Input System package.

Inputs

  • Input Type: Whether to wait for a key input or mouse button.
    • Key Down
    • Key Up
    • Mouse Button Down
    • Mouse Button Up
  • Key Code / Key: The key to wait for. See the complete list of keycodes here for the legacy Input Manager, and here for the list of keys for the new Input System package.
  • Mouse Button: The mouse button to wait for.
    • Left Click
    • Right Click
    • Middle Click