Search Issue Tracker
Duplicate
Votes
1
Found in
5.0.0b19
Issue ID
661948
Regression
No
Errors when importing the UI example project from the Asset Store
Steps to reproduce :
- import the UI example project from the Asset Store and notice the errors
*Note :
On 4.6, UnityEngine.EventSystems.StandaloneInputModule.inputMode' is obsolete warning is shown.
Comments (2)
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
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
DajStudio
Jul 26, 2019 13:38
delete "&& standaloneInputModule.inputMode == StandaloneInputModule.InputMode.Buttons"
Farioto
Apr 03, 2015 21:43
warning CS0618: `UnityEngine.EventSystems.StandaloneInputModule.inputMode' is obsolete: `Mode is no longer needed on input module as it handles both mouse and keyboard simultaneously.'
Why not???
Oh and what can I do To Fix This? because it currently breaks being able to use
var standaloneInputModule = EventSystem.current.currentInputModule as StandaloneInputModule;
if (standaloneInputModule != null && standaloneInputModule.inputMode == StandaloneInputModule.InputMode.Buttons)