You can download the FreeType library's source code here: http://www.freetype.org/
You should then be able to compile a x64 dylib with it. When compiled it will likely be called something like "libfreetype.6.dylib", so you will need to rename it to FreeType64.dylib before copying it to the expected folder (Assets\NGUI\Editor).
P.S. depending on your OSX version you may actually already have this library in your system. Try searching for "libfreetype" first.
Hi,
I managed to build a 64-bit library (let me know if you want it). I've verified that it is just an x86_64 library by using the File command on it after I build it.
However, now, the font maker crashes now whenever I start it. I'm attaching a crash log.
One of the lines in the log is.
"Fallback handler could not load library /Applications/Unity/Unity.app/Contents/Frameworks/Mono/lib/libFreeType64.dylib"
I've tried renaming and pasting a copy of free type at that position above as well. However, it still crashes with a similar error.
Am i doing something wrong?