Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial Linux support #4

Closed
wants to merge 5 commits into from

Conversation

Babouchot
Copy link

Early fixes and additions for the project to compile and run on Linux.

case RuntimePlatform.LinuxPlayer:
case RuntimePlatform.LinuxEditor:
Debug.LogError("Host id is not implemented for Linux");
return "Linux-unknown";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that having a working host id is required for proper working of the Google Drive backup system.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure adding proper host id handling was on my todo list. The main goal here was to have a first version that compiles and that runs without exceptions

@mikeskydev mikeskydev added the enhancement Feature added label Jan 28, 2021
@mikeage
Copy link
Member

mikeage commented Jan 31, 2021

You might also find #21 to be relevant; the fixes for adb and rsync should help you as well (and it's possibly that the background build might work on Linux even though it doesn't work on OS X; I don't have an environment to test)

@Babouchot Babouchot marked this pull request as draft February 1, 2021 08:54
@Babouchot
Copy link
Author

You might also find #21 to be relevant; the fixes for adb and rsync should help you as well (and it's possibly that the background build might work on Linux even though it doesn't work on OS X; I don't have an environment to test)

@mikeage I just tested my branch rebased on top of yours and indeed it seems to be working well 👌

@Babouchot Babouchot force-pushed the master branch 2 times, most recently from 3222b32 to b2a8faa Compare February 3, 2021 15:55
Base automatically changed from master to main February 4, 2021 11:47
@technobaboo technobaboo mentioned this pull request Feb 5, 2021
@mikeskydev
Copy link
Member

Superseded by #32

@mikeskydev mikeskydev closed this Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants