I like to put all third-party assets/packages into a directory to help keep my project uncluttered. But NGUI's Font Maker requires FreeType.dll to be in the Assets/NGUI/Editor directory. Why is that? The dll is still in my project folder, and it's still in the same location relative to the other NGUI files, but the entire NGUI folder is now a subdirectory of another folder and that breaks things.
Am I wrong in thinking that this shouldn't break things?