heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

Fix WebGL test builds on OSX #134

Closed lugehorsam closed 2 years ago

lugehorsam commented 2 years ago

Older versions of Unity relied on Python 2 being installed at /usr/bin/python, but new OSX builds don't ship with it. They ship Python 3 now.

novabyte commented 2 years ago

@lugehorsam Looks good to me though its weird that Unity Editor does not handle this case without special workarounds for macOS Monterey 🤷‍♂️ 👍

lugehorsam commented 2 years ago

Yeah they haven't backported anything that I can tell:

https://issuetracker.unity3d.com/issues/linux-webgl-builds-fail-if-the-slash-usr-slash-bin-slash-python-symlink-is-not-present

https://forum.unity.com/threads/cannot-build-for-webgl-in-unity-system-dllnotfoundexception.1254429/