Requesting Linux version
MostHated opened this issue · 2 comments
Hey there,
I was quite excited to come across this, as it looks great but then I saw there was no Linux version yet. : ( I will be keeping an eye on it for whenever it does come out!
Thanks,
-MH
Hello!
Linux support is planned, however I am unable to work on supporting it at the moment. I did however architect this application to make supporting Linux as easy as possible.
Theoretically, all one would need to do is
- Take out the compiler directive that stops you from compiling on Linux
- Define the missing platform-specific string constants in
globals.cpp
which tell the application where to find Unity's files on Linux (assuming this is standardized across distros) - Implement the Linux platform-specific call to launch the Unity process
- Implement the Linux platform-specific call to view a file in the platform's file browser (which may not be trivial because there is no standard file browser on Linux)
As always, everything ends up being more complicated than it initially seems, however, if you, or anyone you know would like to attempt Linux support, I would be more than grateful.
Setting up this repository for Linux is as easy as cloning the repo, cd
into the root directory, and running make
to compile (which will fail without the above aspects implemented)
Thank you for your interest in this application!
Hi, a Linux version is now available! A build is available in the releases section, and compilation instructions are on the readme.