Search Unity

Unity's 'input system' seems to be broken for me

Discussion in 'Input System' started by Ashton-Benedict, May 18, 2022.

  1. Ashton-Benedict

    Ashton-Benedict

    Joined:
    May 16, 2016
    Posts:
    3
    ONE - Joining with [any button pressed] will give an input exception error which points to a reference it says is null, which I know isn't (Any reference to any script is seems). And this only happens with the first player to join.
    TWO - Joining with [a specific button pressed] will simply make it so only one person can join.
    THREE - Not that I'm planning to use it, but I also noticed [auto switch] straight up doesn't work.

    Unity Version: 2020.3.4f1
     
  2. Ashton-Benedict

    Ashton-Benedict

    Joined:
    May 16, 2016
    Posts:
    3
    I resolved the issues by updating my unity version. (2021.3.2f1)
     
  3. dannyalgorithmic

    dannyalgorithmic

    Joined:
    Jul 22, 2018
    Posts:
    100
    Do NOT use InputSystem 1.3.0(+) stay at or below 1.2.0 for stability. Anything more is complete garbage, at the VERY least for prototyping. And don't expect any bug fixes anytime soon. Good luck.