I want to develop a Unity application that communicates with a Python script via socket to exchange information. However, I don’t want to run Unity and the Python script separately. Is there a way to package everything into a single executable, ensuring that the Python script runs alongside the Unity application? How can I achieve this?
I was thinking of doing something via the terminal, but I’m not sure how to proceed. I’d like some ideas on possible ways to make this work in my case.
Process?