#Does anyone know what returns from Touch
1 messages · Page 1 of 1 (latest)
can you show the snippet of code that you are using? a touch control's radius is in screen space (https://docs.unity3d.com/Packages/com.unity.inputsystem@1.7/api/UnityEngine.InputSystem.Controls.TouchControl.html#UnityEngine_InputSystem_Controls_TouchControl_radius). you should not be using Input.touches. see more here - https://docs.unity3d.com/Packages/com.unity.inputsystem@1.7/manual/Touch.html
Oh interesting, I am indeed using Input.touches