DOCS: point backButtonLeavesApp migration at Application (ISX-2229) - #2475
Open
m-dejean-unity wants to merge 1 commit into
Open
DOCS: point backButtonLeavesApp migration at Application (ISX-2229)#2475m-dejean-unity wants to merge 1 commit into
m-dejean-unity wants to merge 1 commit into
Conversation
Input.backButtonLeavesApp is replaced by Application.backButtonLeavesApp in Unity 6.7, so the migration table no longer says "No corresponding API yet". The entry also moves out of "Touch and Pen", which it never belonged to, into a new "Application" section for members of the old Input class that control application behavior rather than reading input. The row notes that the Input property is deprecated in 6.7 and that the API updater rewrites call sites automatically. No runtime change: the property is engine-side and the package has no equivalent to add. ISX-2229 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
💡 Harness Review
The migration-table update correctly moves the property into an application-focused section and documents the Unity 6.7 replacement, while the unreleased changelog entry matches the repository’s release-note structure.
Reviewed commit 62b7121
🤖 Helpful? 👍/👎
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Input.backButtonLeavesAppis replaced byApplication.backButtonLeavesAppin Unity 6.7, so themigration table no longer says "No corresponding API yet". The row also moves out of "Touch and Pen",
which it never belonged to, into a new "Application" section for members of the old
Inputclass thatcontrol application behavior rather than reading input.
The row notes that the
Inputproperty is deprecated in 6.7 and that the API updater rewrites callsites automatically.
Docs only — the property is engine-side and the package has nothing to add.
Engine PR:
unity/unity#120391(internal)Jira: ISX-2229