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

Use on Mac OSX #6

Open
Byrniee opened this issue Jan 13, 2022 · 0 comments
Open

Use on Mac OSX #6

Byrniee opened this issue Jan 13, 2022 · 0 comments

Comments

@Byrniee
Copy link

Byrniee commented Jan 13, 2022

Info for anyone looking to use the build function only on a Mac:

I was able to get this working by specifying the Editor location in the Unity3DBuildOptions rather than using the helper functions.
You'll also need to trick the system into finding the editor log file by setting the LocalAppData Environment Variable and symlinking the log file to a new location.

export LocalAppData=~/Library/Logs
ln -s ~/Library/Logs/Unity/Editor.log ~/Library/Logs/Unity/Editor/Editor.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant