-
Notifications
You must be signed in to change notification settings - Fork 330
CHANGE: Auto-save on focus lost can no longer be compiled out #2282
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
CHANGE: Auto-save on focus lost can no longer be compiled out #2282
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
🤖 Helpful? Please react with 👍/👎 | Questions❓Please reach out in Slack #ask-u-pr-agent |
PR Code Suggestions ✨No code suggestions found for the PR. |
|
CC @Pauliusd01 - here is some more cleanup, no functionality changed hopefully. Do you want to be a reviewer or is it enough to have you mentioned for viz? |
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## develop #2282 +/- ##
===========================================
+ Coverage 76.81% 76.83% +0.01%
===========================================
Files 476 476
Lines 88726 88831 +105
===========================================
+ Hits 68155 68251 +96
- Misses 20571 20580 +9 Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
3b9f39c to
7d3357b
Compare
Description
Here we remove the
UNITY_INPUT_SYSTEM_INPUT_ACTIONS_EDITOR_AUTO_SAVE_ON_FOCUS_LOSTcompile time define that theoretically allowed to have the Input package to be compiled without this feature but instead have it save on every change in the editor windows. The define has been set by default for a while so we're confident it's time to remove this bit of variability.Testing status & QA
Local compilation
Overall Product Risks
Comments to reviewers
Please describe any additional information such as what to focus on, or historical info for the reviewers.
Checklist
Before review:
Changed,Fixed,Addedsections.Area_CanDoX,Area_CanDoX_EvenIfYIsTheCase,Area_WhenIDoX_AndYHappens_ThisIsTheResult.During merge:
NEW: ___.FIX: ___.DOCS: ___.CHANGE: ___.RELEASE: 1.1.0-preview.3.