SteamFrameControllerProfile.FinishSetup should use ThumbstickControl instead of StickControl
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 88/100
Research direction
Open com.valvesoftware.openxr.utils/Runtime/Interactions/SteamFrameControllerProfile.cs at the FinishSetup call around line 247. Confirm that the child-control lookup uses StickControl while the path provides a Vector2Control when USE_STICK_CONTROL_THUMBSTICKS is not set; done means using ThumbstickControl so device creation no longer throws in that situation.
Written by the indexing model from the issue text.
Description
This call to GetChildControl should use ThumbstickControl instead of StickControl to support situations where USE_STICK_CONTROL_THUMBSTICKS is not set. Currently, an exception will be thrown when the device is created because it looks for a StickControl at a path where there is a Vector2Control.
- Dominant language
- C#
- Stars
- 64
- Forks
- 3
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from ValveSoftware/Unity
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
ValveSoftware/Unity#15 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
ValveSoftware/Unity#14 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
ValveSoftware/Unity#11 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
ValveSoftware/Unity#9 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
ValveSoftware/Unity#4 · 1 comment ·
All issues in ValveSoftware/Unity
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·