Search found 2 matches

by SnaiperoG
Fri Nov 29, 2024 5:14 pm
Forum: Dialogue System for Unity
Topic: Detect current device in InpuDeviceManager for new input system
Replies: 2
Views: 1894

Re: Detect current device in InpuDeviceManager for new input system

Got it, thanks for quick answer. Just started to use new input system.
by SnaiperoG
Fri Nov 29, 2024 3:28 pm
Forum: Dialogue System for Unity
Topic: Detect current device in InpuDeviceManager for new input system
Replies: 2
Views: 1894

Detect current device in InpuDeviceManager for new input system

I cant understand why there is logic in Update method to check current device with loop for buttons. Why there is even Update method for this purpose. Here is my suggestion. 1. Add LowLevel namespace on top inside USE_NEW_INPUT using UnityEngine.InputSystem.LowLevel; 2. Subscribe inside Start method...