Hello,
I'm using Ardunity for a small project that will end up running on Linux.
I've tried two different ways of making it work :
1) Creating the project on Unity for macOS, making a build for Linux, copying on the Linux machine and running it. The issue I encounter is that as the comm socket isn't the same for the connected Arduino (/dev/cu.usbmodem1441 on my mac and /dev/ttyACM0 on the Linux machine), no connection can be established between the Arduino and the software running on the Linux machine.
2) Downloading Unity for Linux, opening my project on it and assigning the correct port from there. The issue is that nothing is displayed when I click "Search" in the Comm Serial (Script) tab. I'm no programmer but after looking at the source code I understand that the Linux version of Unity isn't supported by Ardunity.
How would you recommended to proceed?
Many thanks for your help.