-
Notifications
You must be signed in to change notification settings - Fork 325
FIX: Changed to frame based comparison for tracking UI click/navigation events #2112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
063ddb9
reduce complexity for checking UI interactions in update - frame base…
ritamerkl 5067af8
added changelog
ritamerkl 29c0eda
changelog formatting
ritamerkl 7beeb2b
switch to additional InFrame and InputSystem update logic
ritamerkl b6e48dc
fixed wrong reference to update instead of frame
ritamerkl ea856c3
temporary workaround for rebinding test
ritamerkl a814fa2
save frame count when status changed
ritamerkl e581aad
fixed frame state saving
ritamerkl 94b59a1
switched to coroutine with rebinding test to fix UI submit framebased…
ritamerkl 65b20c9
removed redundant frame from InputActionState and InputAction
ritamerkl 18dedda
Removed m_Frame
ritamerkl 6e01bb1
Merge remote-tracking branch 'origin/develop' into fix-ui-behavior-fo…
ritamerkl b486ebd
changed to proposal 2
ritamerkl f49ccf0
fix comments in InputAction tests
ritamerkl 39e057c
Fixed spelling
ritamerkl cb8cc82
updated documentation
ritamerkl 9d8b5b4
Merge branch 'develop' into fix-ui-behavior-for-update-non-dynamic
ritamerkl e9367a4
Merge branch 'develop' into fix-ui-behavior-for-update-non-dynamic
Pauliusd01 adeddc9
Merge branch 'develop' into fix-ui-behavior-for-update-non-dynamic
ritamerkl e3b1a38
Update CHANGELOG.md
ritamerkl 7114e6f
skip properties
ritamerkl 8332195
added tests
ritamerkl 95e4bfc
update version to 1.14.0
stefanunity 2b4d758
fixed doc
ritamerkl b826dc2
Merge branch 'fix-ui-behavior-for-update-non-dynamic' of https://gith…
ritamerkl 49fe0dc
Merge branch 'develop' into fix-ui-behavior-for-update-non-dynamic
ritamerkl 998fcda
Update CHANGELOG.md
ritamerkl 8eee052
fix formatting for changelog
ritamerkl e6cc47a
fix formatting
ritamerkl c37b912
Merge branch 'develop' into fix-ui-behavior-for-update-non-dynamic
ritamerkl 51b9643
update comment
ritamerkl 676ad0f
Changed naming from RenderingFrame to DynamicUpdate
ritamerkl fc0bfed
Merge remote-tracking branch 'origin/develop' into fix-ui-behavior-fo…
ritamerkl 92d8773
Fixed comments for rename of method done earlier in 676ad0f
chris-massie f1af620
update comment
ritamerkl 1deb9ac
Update Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs
ritamerkl 6abb34e
update comment
ritamerkl daa9dc4
update comment
ritamerkl 267954a
Merge branch 'develop' into fix-ui-behavior-for-update-non-dynamic
ritamerkl 40b8910
added line of documentation to explain frame delay
ritamerkl 440af88
added help box to indicate the InputSystem update mode is not recomme…
ritamerkl 3a12620
Merge branch 'develop' into fix-ui-behavior-for-update-non-dynamic
ritamerkl 73725ef
update text
ritamerkl 73aec85
replace link with static to make it easier upgradeable
ritamerkl d422bf4
Merge branch 'fix-ui-behavior-for-update-non-dynamic' of https://gith…
ritamerkl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ritamerkl Do we have a test that verifies behavior when configured to run input processing on fixed update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add tests now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added 8332195
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
especially tested the update and frame based comparing in co-dependency to another