guiguig
❔ Process.Start() on Python script on Ubuntu won't start
For a Unity project, I need to generate a text document using a Python script and also generate TTS voice lines using another Python script. My problem is when I start the script using
Process.Start()
, it just doesn't start and skips that part completely.
Here's one of the things I tried:
11 replies