CHANGE: Fixing warnings after updating editor (Player Input warning)#2354
CHANGE: Fixing warnings after updating editor (Player Input warning)#2354josepmariapujol-unity merged 4 commits intodevelopfrom
Conversation
PR Reviewer Guide 🔍(Review updated until commit 2f07167)Here are some key observations to aid the review process:
🤖 Helpful? Please react with 👍/👎 | Questions❓Please reach out in Slack #ask-u-pr |
PR Code Suggestions ✨No code suggestions found for the PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## develop #2354 +/- ##
========================================
Coverage 77.89% 77.90%
========================================
Files 476 476
Lines 97613 97613
========================================
+ Hits 76036 76042 +6
+ Misses 21577 21571 -6 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:
|
|
Persistent review updated to latest commit 2f07167 |
PR Code Suggestions ✨No code suggestions found for the PR. |
Mark camera property as deprecated for non-editor use.
Mark camera property as deprecated for non-editor use.
ekcoh
left a comment
There was a problem hiding this comment.
Thanks for correcting this!
Description
Fixing warning after updating editor to
6000.5:Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs(813,16): warning CS0109: The member 'PlayerInput.camera' does not hide an accessible member. The new keyword is not required.JIRA: UUM-135199
Slack: https://unity.slack.com/archives/C04RDRXRJ1L/p1771861581262009
Testing status & QA
Please describe the testing already done by you and what testing you request/recommend QA to execute. If you used or created any testing project please link them here too for QA.
Overall Product Risks
Please rate the potential complexity and halo effect from low to high for the reviewers. Note down potential risks to specific Editor branches if any.
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.