-
Notifications
You must be signed in to change notification settings - Fork 317
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
FIX: ISXB-766, ISXB-808, ISXB-704 scroll wheel factor bugs #1940
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Indeed. You need to use the trunk branch |
Ah my bad, kinda throws CI off too then. Should this be delayed until trunk PR + backports merge? |
We can wait for trunk PR to merge, but the trunk PR is only useful as a support for this one, so if this one doesn't do what we want then we'll need to land more changes to trunk and iterate like that. It might be useful to quickly confirm that both PRs together yield the expected results, so we know we're pushing the right thing to trunk. You can definitely wait until the trunk PR is fully reviewed and approved, though. |
Still seeing these errors when opening it with the correct Editor (project does not matter):
|
Indeed, I just pushed a new commit on the trunk PR (and one on the package PR to go with it). You now need 5f81a20dcb6835c956b03762e95e013d9dd9e30d for your Editor. |
Closing this PR in favor of #1946 and https://github.cds.internal.unity3d.com/unity/neutron/pull/7629 |
Description
Fixes ISXB-766, ISXB-808, ISXB-704, conditionally to trunk PR landing beforehand.
Details of what was changed and the thought process can be found in this Google Document:
https://docs.google.com/document/d/1XCC6GqaWzKf1M1jm-UmKRn6sIlmvF7rvF1C8Ws5Yxa4/edit?usp=sharing
Changes made
Please write down a short description of what changes were made.
Notes
Please write down any additional notes, remove the section if not applicable.
Checklist
Before review:
Changed
,Fixed
,Added
sections.([case %number%](https://issuetracker.unity3d.com/issues/...))
.Area_CanDoX
,Area_CanDoX_EvenIfYIsTheCase
,Area_WhenIDoX_AndYHappens_ThisIsTheResult
.During merge:
NEW: ___
.FIX: ___
.DOCS: ___
.CHANGE: ___
.RELEASE: 1.1.0-preview.3
.