Hi,
I need to use libfreetype on a framework that is linked with the unity project.
Unity already has libfreetype so I can't have libfreetype on my framework otherwise I would get duplicated symbols linking errors. So I've removed libfreetype from my framework's static linking phase to let it be solved on the final link of the application and everything worked ok.
The thing is that, after Unity 5.3.1 some freetype-related symbols were prefixed with _UNITY_ and I get the following linker...
Unity 5.3 and libfreetype
I need to use libfreetype on a framework that is linked with the unity project.
Unity already has libfreetype so I can't have libfreetype on my framework otherwise I would get duplicated symbols linking errors. So I've removed libfreetype from my framework's static linking phase to let it be solved on the final link of the application and everything worked ok.
The thing is that, after Unity 5.3.1 some freetype-related symbols were prefixed with _UNITY_ and I get the following linker...
Unity 5.3 and libfreetype