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.

Cannot upgrade to beta versions

Discussion in 'Input System' started by kendallroth, Jul 20, 2021.

  1. kendallroth

    kendallroth

    Joined:
    Nov 4, 2015
    Posts:
    20
    I have been trying to upgrade to version 1.1 (pre versions) with Unity 2021.1.15f1 but cannot find it in the Package Manager. The only version that shows up is 1.0.2, which is lacking some features I sorely need! I do have "Enable Pre-release Packages" enabled, and am beside myself about why this isn't showing up.
     
  2. Lurking-Ninja

    Lurking-Ninja

    Joined:
    Jan 20, 2015
    Posts:
    8,807
    This is the reason why it doesn't show up:
    https://forum.unity.com/threads/new-package-lifecycle-taking-effect-in-2021-1.1045201/

    Manual installation:
    - Open the package manager
    - Hit the "+" button
    - Select "Install package by name"
    - in the name field, write
    com.unity.inputsystem

    - in the version field write the desired version e.g.
    1.1.0-pre.5

    - all available version numbers are in the drop-down (top-left corner) on the manual page: http://docs.unity3d.com/Packages/com.unity.inputsystem@1.1/manual/index.html
     
    blackmodjo and kendallroth like this.
  3. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    9,844
    Input 1.1 is Pre-release, not experimental, so it should have shown on the package manager after you've enabled the checkbox in Project Settings -> Package Manager.

    It does show up for me, but I'm using the 2021.2 beta

    upload_2021-7-20_3-15-54.png
     
  4. kendallroth

    kendallroth

    Joined:
    Nov 4, 2015
    Posts:
    20
    Thanks, I was about to try downloading the beta but preferred to stick to released versions of the editor where possible (only using pre-release Input System because it has support now for 'wasPressedThisFrame').
     
  5. kendallroth

    kendallroth

    Joined:
    Nov 4, 2015
    Posts:
    20