Hi,
Thank you for great framework
I can display text with demo font(/TK2DROOT/tk2ddemo/demobmfont/DemoFont),
but can't with New Font using same test BM Font and png in the same directory.
1) Create TextMesh with Font in the demo directory("DemoFont") displays text with no problem.
2) Create tk2d Font
3) Choose "test" as BMFont, "test_0" as Texture, then commit in the Inspector.
4) Create Text Mesh and choose (3) as Font
5) Display Text in Scene View but nothing when build.
6) Select created Font, and replace material field to material in demo directory("New Material") in the inspector, then commit.
7) It works.
I can't figure out why.
Thank you for your help.