Hello,
I’m writing a shell script (linux) for resizing Defold’s editor windows once it’s loaded.
How to know Defold has finished loading the editor ?
Launching the editor is non-blocking. For the moment, i’m just sleeping the script for 10 seconds, but i’d like more accurate method.
I’ve tried to watch process id with « ps » command, but it seems everything is launched at the beginning.
Thank you for any idea.