chromealex/UI.Windows-submodule

Allocation in WindowSystem.Update()

coffee-lady opened this issue · 0 comments

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.