Hey there! I just updated Ork to 3.20.0, but it’s not going as planned.

I imported the new package and overwrote all the files in my project like I normally do. But when I go to Makinom > Editor > About, it still shows 3.19.1. And if I try reimporting 3.20 again, it tells me there’s nothing to import.

On top of that, the console is giving me this message:
Assets\Gaming Is Love\Makinom 2\Plugins\Scripts\UnityInputActionInputIDKeySetting.cs(79,25): error CS0115: 'UnityInputActionInputIDKeySetting.InputTimeout': no suitable method found to override

Assets\Gaming Is Love\Makinom 2\Plugins\Scripts\UnityInputActionInputIDKeySetting.cs(84,25): error CS0115: 'UnityInputActionInputIDKeySetting.InputHoldTime': no suitable method found to override

Assets\Gaming Is Love\Makinom 2\Plugins\Scripts\UnityInputActionInputIDKeySetting.cs(89,25): error CS0115: 'UnityInputActionInputIDKeySetting.InputMaxHoldTime': no suitable method found to override

Assets\Gaming Is Love\Makinom 2\Plugins\Scripts\UnityInputActionInputIDKeySetting.cs(94,33): error CS0115: 'UnityInputActionInputIDKeySetting.Handling': no suitable method found to override

  • I commented this code out and then it continued with the version update:
    ============================================================================
    Input functions
    ============================================================================
    */
    // public override float InputTimeout
    // {
    // get { return this.inputTimeout; }
    // }

    // public override float InputHoldTime
    // {
    // get { return this.inputHoldTime; }
    // }

    // public override float InputMaxHoldTime
    // {
    // get { return this.inputMaxHoldTime; }
    // }

    // public override InputHandling Handling
    // {
    // get { return this.handling; }
    // }


    Now it does say I'm on version 3.20.

    But now the input issues remain.
  • edited March 3
    Downloaded the Unity Input Action Input Key script and the errors are gone.
    Post edited by Anoo on
  • Due to the changes in the latest update, the input key extensions also required an update.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.