Search Unity

Question Can I make a split screen multiplayer game using the Input Actions Asset auto generated c# class?

Discussion in 'Input System' started by Scott_Ewing_8, Apr 29, 2023.

  1. Scott_Ewing_8

    Scott_Ewing_8

    Joined:
    Jan 8, 2020
    Posts:
    4
    I would like to use the auto generated c# class so that I can use the SetCallbacks method to automatically subscribe to input events.

    I would also like to use the PlayerInputManager and PlayerInput components so that I can make a local coop split screen game.

    Is it possible to use both the autogenerated class and the PlayerInput component?

    In my tests so far the inputs are detected by both players.