R2API
R2API copied to clipboard
Bump BepInEx.Core from 5.4.19 to 5.4.21
Bumps BepInEx.Core from 5.4.19 to 5.4.21.
Release notes
Sourced from BepInEx.Core's releases.
BepInEx 5.4.21
⚠️ BepInEx 5 now enters long term support (LTS) mode
BepInEx 5.4 is the last version of BepInEx 5 with major updates. Any BepInEx 5 releases starting version 5.4 will be minor and only contain fixes along with package version updates. Our main development focus now shifts to implementing BepInEx 6.
For developers: BepInEx 5 source code is now maintained on
v5-lts
branch. In turnmaster
branch will start hosting BepInEx 6 source. All PRs regarding BepInEx 5 should be targeting that branch instead ofmaster
.Changelog
- Fixed new
Unity.InputSystem
support breaking on some Unity games (#446)BepInEx 5.4.20
⚠️ BepInEx 5 now enters long term support (LTS) mode
BepInEx 5.4 is the last version of BepInEx 5 with major updates. Any BepInEx 5 releases starting version 5.4 will be minor and only contain fixes along with package version updates. Our main development focus now shifts to implementing BepInEx 6.
For developers: BepInEx 5 source code is now maintained on
v5-lts
branch. In turnmaster
branch will start hosting BepInEx 6 source. All PRs regarding BepInEx 5 should be targeting that branch instead ofmaster
.Changelog
- Fixed
KeyboardShortcut
not working on games that useUnity.InputSystem
instead of the legacy input system
- This version additionally exposes
UnityInput
to manually check for input in a library-agnostic way. Note that using this API is discouraged! Instead, useKeyboardShortcut
to ensure plugin compatibility
Commits
0d06996
UnityInput: revert to null input in case of total failureea709e2
Bump version806d6d2
UnityInput: remove hard dependency on Unity.InputManager (fixes #446)a79d657
UnityInput: Reformat, fix LegacyInputSystemAvailable not being statice570405
Fix UnityEngine ref for BepInExTests286da9e
Bump versioneb46150
Use UnityEngine.5.6.1; make Unity.InputSystem private957cb3f
Merge pull request #444 from BepInEx/v5-inputwrapper7a328b3
Rename to UnityInput2522c99
Merge pull request #440 from BepInEx/v5-nuget- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)