Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
0.0.9-preview
Issue ID
1093808
Regression
No
[Performance] Massive performance loss when moving the mouse around
Migrated bug from GitHub: https://github.com/Unity-Technologies/InputSystem/issues/258
I have no code that references the new input system and I'm getting a significant performance loss when moving the cursor around.
Unity version: 2018.3.0b2
Rene-Damm commented 29 days ago
There's a couple features here and there to finish up but plan is to go into feature freeze by around end of October. Proper performance pass is high in priority after that. Processing loop ATM is definitely gobbling up more than its allotted share. The core of its operations is cheap but the stuff around it has accumulated way more overhead than it should have.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment