RageAgainstThePixel / setup-ovr-platform-util

A GitHub Action to setup the ovr platform utility tool command alias
https://developer.oculus.com/resources/publish-reference-platform-command-line-utility/
MIT License
3 stars 1 forks source link

Linux support #19

Closed dri-richard closed 1 month ago

dri-richard commented 1 month ago

It would be useful to support Linux, now that ovr-platform-util is available on that platform. We use a Linux runner with a Unity game-ci builder, as it's easier to have it automatically install the required Android SDK 32.

StephenHodgson commented 1 month ago

Meta does not have a Linux binary for this.

StephenHodgson commented 1 month ago

it's easier to have it automatically install the required Android SDK 32.

My unity-setup action does the same thing but without the docker container which makes it easier to build il2cpp.

StephenHodgson commented 1 month ago

All of our buildalon unity actions are verified by GitHub. Check them out! 😁

marketplace

StephenHodgson commented 1 month ago

image

Ahh closed this too hastily. You're right @dri-richard they did add support.

StephenHodgson commented 1 month ago

@dri-richard you should still check out our actions. Game-CI isn't in active development afaik

dri-richard commented 1 month ago

Thanks, will do.