'Cannot build for WebGL in Unity "Unable to load shared library 'libproc'"

MacOS 12.3

Unity 2020.3.31f1

Unity Hub 3.1.1

Screenshot of error message

After updating to MacOS 12.3 I always got this error. I made unity build before MacOS update without any issues.

Anyone got any clue? Thanks!



Solution 1:[1]

As Apple removed Python 2 when releasing macOS 12.3 this could be caused by on of the libraries you use or some of its dependencies.

If you use Firebase use this solution https://github.com/techyworm10/firebase-unity-sdk-editor-python-fix

According to Unity they are working on the fix

Thank you for reporting this issue. We are investigating the issue with building on macOS 12.3.

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1