Got this error while setting up my new working environment. For some reason I skipped Mono and .NET installations while installing and configuring Rider. This seems to have caused some misconfiguration in Rider. So the solution for me (Mac) was simple: Open Rider Go to “Preferences/Build, Execution, Deployment” Then “Toolset and Build” You might notice …
Category archives: Unity3D
Assets/NGUI/Editor/FreeType.dylib is missing
Assets/NGUI/Editor/FreeType.dylib is missing Just had this problem with NGUI. If you are on Mac you can probably solve this by changing the /usr/local/lib folder permission. This happened to me because NGUI need to copy the FreeType.dylib file to the /usr/local/lib folder and if the folder doesn’t have the proper permissions for that – nothing will happen :B …
Continue reading “Assets/NGUI/Editor/FreeType.dylib is missing”