Is there a C# code that lets me change Alienware AlienFX lights in game?
You have to look for the dll files (C:\Program Files\Alienware\Command Center\AlienFX SDK)and add them in unity. That’s much as I know, but I get errors and I can’t use them.
As far as I can tell unity does not like the way the dll supplied is compiled… unhandled exception error. But you could build a small quick firing external exe that did your light changes. Don’t really know whY kind of latency your looking for. If your only looking for sure changes here and there and. Not constant control over the lighting (touchpad). I’m looking into another compiler for a small external exe that accepts command line commands … sounds simple enough…