Answers for "get all input device unity"

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

C# Answers by Framework

Browse Popular Code Answers by Language