Search Issue Tracker
Fixed in 1.0.0-preview.6
Votes
1
Found in [Package]
0.2.10
Issue ID
1174688
Regression
No
input package throws warning at build time
-e: see title, will trip people running warnings-as-errors
-repro:
--open input project or add input package to empty project
--make a standalone build
--NOTICE if build but a package warning is logged
---Library\PackageCache\com.unity.inputsystem@0.2.10-preview\InputSystem\Plugins\PlayerInput\PlayerInput.cs(399,27): error CS0109: The member 'PlayerInput.camera' does not hide an accessible member. The new keyword is not required.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
- Visual artifacts appear when using "clip" method in custom shader and running on GLES
unity_17E53227ED4ECF8F915F
Jan 24, 2023 09:35
I am facing same issue here it says " Assets/Scripts/BounceWall.cs(8,28): warning CS0109: The member 'BouceWall.rigidbody2D' does not hide an accessible member. The new keyword is not required.