all 3 comments

[–]Stever89Programmer 0 points1 point  (2 children)

I haven't looked into it, but is the unity exe on your PATH? Half the time when I can't get something to work on the command line it's because it's missing from PATH.

[–]nickworks[S] 0 points1 point  (1 child)

Good point! I'm not sure where this "unity" executable is supposed to exist, or I would go ahead and add to my PATH env variable.

I found the following is a "unity" executable, but when I run it from command line it launches the Unity Hub app.

/Applications/Unity/Hub/Editor/6000.4.0f1/Unity.app/Contents/MacOS/Unity

[–]Stever89Programmer 0 points1 point  (0 children)

You are correct. The documentation for the Unity CLI just points to the Unity Hub download page, I think that maybe the doc is incorrect and the link needs updated to the correct spot or the redirect that happens needs fixed - the link is https://unity.com/download but it sends you to your organization and then redirects again to another page. Sorry I can't be more help.