Unity3D GUISkin Font(ttf) 导致的:“Font size and style overrides are only supported for dynamic fonts.

编译 运行会有大量Warning:

Font size and style overrides are only supported for dynamic fonts.

UnityEngine.GUI:Button(Rect, String)


解决办法:

- Import a TTF font file in Unity.
- Set the Character Set to Unicode.
- All other information is up to you, size, anti-aliasing, etc
- If you use the font in a GUIText, make sure that the "Font Size" is set to "0" and "Font Style" is set to "Normal".


See also:

http://forum.unity3d.com/threads/58161-Unity-3-b6-iPhone-Fonts-problem

你可能感兴趣的:(String,File,import,character,button,ttf)