Author Topic: Font Maker Requires FreeType.dll in specific directory.  (Read 5151 times)

Deozaan

  • Newbie
  • *
  • Thank You
  • -Given: 44
  • -Receive: 4
  • Posts: 42
    • View Profile
    • Deozaan.com
Font Maker Requires FreeType.dll in specific directory.
« on: April 14, 2014, 03:00:02 PM »
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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Font Maker Requires FreeType.dll in specific directory.
« Reply #1 on: April 15, 2014, 09:19:28 AM »
That's just the default location. You can specify the path to it if it's not found, and NGUI saves this path to be used for future requests.