Answers for "unity input system input manager list of connected devices"

C#
1

get all devices connected using player input manager unity

//You dont get devices via PlayerInputManager, but by InputSystem.
InputSystem.devices;
Posted by: Guest on August-07-2021

Code answers related to "unity input system input manager list of connected devices"

C# Answers by Framework

Browse Popular Code Answers by Language