Closed emilysa closed 7 years ago
Did you close Unity Editor before running the build? Unity Editor should be closed before running the standalone build because MIDI devices are exclusively retained by a single application on some systems.
Yes, the editor is closed. Since posting, one of the .exes is working (the channels were incorrect in my initialization json file). I'm still working on debugging the other exe, but I will now compare both games to make sure I'm not missing anything critical. I will update if/when it's resolved, but if you have any suggestions of where to look, I'd be super appreciative. Thank you for your quick response time!
I'm closing this issue. Please feel free to reopen for further questions.
Hi, The controller works perfectly in the editor, but when I build the game, the controller no longer works with the executable. It still triggers (I can see the triggers in the output.log), but nothing happens in the game. Any suggestions?