I am developing a unity game and I want to make the light bar on a connected Dualshock controller change color when a player has taken damage. Could someone please inform me of a way to do this, as unity no longer supports this.
I tried to achieve this by using the following namespace and then change the color of the light bar using a method, but soon realized that unity has deprecated this feature a long time ago.
using UnityEngine.InputSystem.DualShock;
Thanks in advance!
EDIT: Unity does in fact support this, just on their NEW input system package (which my team don't have the time to upgrade to). So I guess my new question is: Is there a way to do this change the color of the dual-shock controller's light bar outside of unity programmatically and through code?
Thanks!