I’ve been working to get Unity to launch from the command line (terminal) on my Ubuntu server. While I can get the Hub to launch, and open the project from there, that is not a solution that works when running automated builds from Jenkins.
It probably doesn’t help that I’m a complete noob when it comes to Linux in general ![]()
So, my question:
- Where can I, usually, find the ‘executable’ for specific Unity Editor Versions? (and if you’re feeling very charitable: How would I launch it using the terminal?)
- ~/Unity/Hub/Editor/2019.3.0b10/Editor/Unity Does not work, as it only launches the hub with a unity splash screen in the background.
Thank you in advance!