-
Notifications
You must be signed in to change notification settings - Fork 334
FIX: uum 138143 button press points for stickcontrol and vector2 add functionality #2411
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
Open
Darren-Kelly-Unity
wants to merge
42
commits into
develop
Choose a base branch
from
bugfix/uum-138143-button-press-points-for-stickcontrol-and-vector2-add-functionality
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
ede1b9f
Update documentation for press point usage & default settings thresho…
Darren-Kelly-Unity 4786635
Add fix for Vector2Controls & StickControls not using pressPoint's th…
Darren-Kelly-Unity 85e63df
Add documentation for changes.
Darren-Kelly-Unity 9255610
Separate and add tests for press point actuation.
Darren-Kelly-Unity 3a30637
Merge branch 'develop' into bugfix/uum-138143-button-press-points-for…
Darren-Kelly-Unity 1edbc32
Remove old comment in test.
Darren-Kelly-Unity f5500dc
Add formatting!
Darren-Kelly-Unity 6b3acd1
Merge branch 'develop' into bugfix/uum-138143-button-press-points-for…
Darren-Kelly-Unity 89c29e4
Merge branch 'develop' into bugfix/uum-138143-button-press-points-for…
Darren-Kelly-Unity 509fd55
Add test format commit!
Darren-Kelly-Unity 04e7d31
Add missing meta files.
Darren-Kelly-Unity fb11b47
Add more meta files. Not sure why they show up though.
Darren-Kelly-Unity 2e84fa9
Remove redundant IActuationPressPoint.pressPointOrDefault property as…
Darren-Kelly-Unity 577945b
Move positioning of press point forwarding properties.
Darren-Kelly-Unity e09e2c1
Revert weird meta file changes.
Darren-Kelly-Unity 24300ba
Update whitespace changes for InputAction.cs
Darren-Kelly-Unity d392a56
Fix more white space formatting issues.
Darren-Kelly-Unity b1fbc4f
Fix StickControl white space.
Darren-Kelly-Unity 0e622e4
Fix whitespace in Vector2Control.cs
Darren-Kelly-Unity f323b65
Fix more whitespace.
Darren-Kelly-Unity e4f0290
Remove fomratting issues with InputControlExtensions.cs
Darren-Kelly-Unity bb4e745
Add another batch of whitespace fixing.
Darren-Kelly-Unity 773a44a
Update Packages/com.unity.inputsystem/InputSystem/Runtime/Controls/Ve…
Darren-Kelly-Unity 6a08e2f
Update Packages/com.unity.inputsystem/InputSystem/Runtime/Controls/Ve…
Darren-Kelly-Unity ceb494c
Fix more whitespace issues.
Darren-Kelly-Unity 2b72b4e
Fix compiler error.
Darren-Kelly-Unity ef60059
Make IActuationPressPoint.cs internal.
Darren-Kelly-Unity d7d7762
Refactor and add documentation for PR review.
Darren-Kelly-Unity c1cf34d
Refactor for code review.
Darren-Kelly-Unity 26e92f4
Add performance tests addressing Hakan's worrys about hot path issues.
Darren-Kelly-Unity bce3776
Test updating codecov.yml to see if code coverage shown improves.
Darren-Kelly-Unity 7209d0c
Revert "Test updating codecov.yml to see if code coverage shown impro…
Darren-Kelly-Unity 674c649
Update documentation.
Darren-Kelly-Unity 1243bc4
Test yamato configuration to exlude tests to see if it improves test …
Darren-Kelly-Unity db81e01
Revert "Test yamato configuration to exlude tests to see if it improv…
Darren-Kelly-Unity 8ff8746
Revert "Revert "Test yamato configuration to exlude tests to see if i…
Darren-Kelly-Unity a9facb6
Revert "Revert "Revert "Test yamato configuration to exlude tests to …
Darren-Kelly-Unity 3806cd9
Fix missing api links due to internal switch of IActuationPressPoint.
Darren-Kelly-Unity 76df896
Remove reundant meta file.
Darren-Kelly-Unity d0f1978
Merge branch 'develop' into bugfix/uum-138143-button-press-points-for…
Pauliusd01 cae3ba8
Merge branch 'develop' into bugfix/uum-138143-button-press-points-for…
Darren-Kelly-Unity 332ee3b
Merge branch 'develop' into bugfix/uum-138143-button-press-points-for…
Darren-Kelly-Unity 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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
Looks like the generated preview put that line in the array.
Make sure to add doc to review the doc changes