UI.Windows-submodule
UI.Windows-submodule copied to clipboard
Allocation in WindowSystem.Update()
In this method under ENABLE_LEGACY_INPUT_MANAGER define, there is allocation in input processing:
for (int i = 0; i < UnityEngine.Input.touches.Length; ++i)
Please fix this by using UnityEngine.Input.touchCount.