Assets\Gaming Is Love\Makinom 2\Plugins\Scripts\UnityInputActionInputIDKeySetting.cs(89,25): error CS0115: 'UnityInputActionInputIDKeySetting.InputMaxHoldTime': no suitable method found to override
It looks like you're new here. If you want to get involved, click one of these buttons!
I'll also provide input search sources for the new ORK input rebinding soon.Edit: Ok, that might take a bit longer ...
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
ORK/Makinom just call/use functionality of the actions, and the issue is caused by the input action itself.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
I just enclosed those functions in comments like this
/*
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; }
}
*/
The Rewired keybinding appears to be working correcty with the ORK 3.20 update now. I assumed those functions were changed or no longer used by ORK 3.20 and that was the reason for the error?
(I did this before seeing the posts above.)
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!