Search Issue Tracker
Fixed in 1.2.0
Votes
0
Found in [Package]
Issue ID
1362733
Regression
No
Input Package deserializing JSON multiple times when entering/exiting playmode
Using Unity 2022.1.0a7
1. Import this project: https://github.cds.internal.unity3d.com/unity/se.perf.lostcrypt
2. Run the "EnterExitPlayMode Test" and profile (ideally using Superluminal)
3. Notice that UnityEngine.InputSystem.InputManager.AddAvailableDevicesThatAreNowRecognized shows up
4. After digging into it, it appears the same JSON is being parsed twice, looking at HID.cs
One idea:
It looks like one optimization could be to hash that utf8 string in HID.cs and store the hash, such that if it doesn't change the previous descriptorJSON result could be used, maybe, instead of re-parsing the JSON?
This should help reduce the time it takes to enter playmode when the Input package is installed in a package.
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
- Asset preview doesn't update on changing shader's _GlobalColor property when the shader uses global uniforms
- Crash on GetSpriteAtlasDependenciesFromBinary when opening specific project
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
Resolution Note (fix version 1.2.0):
Fixed in: 1.2.0