Author Topic: Chinese is it possible after all?  (Read 5360 times)

pretender

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 155
    • View Profile
Chinese is it possible after all?
« on: October 28, 2012, 08:05:21 AM »
I am looking for a solution to display chinese. I went through all the tuts, videos and forum posts that i could find on the topic
and i managed to display some of the chinese characters on the screen. My point is that it's possible but i am having trouble
with the chinese itself and i was wondering have somebody come up with the working solution?

Problem that i am having is to find simplified chinese font with less chars then traditional
i know how to pack a font with four channels and i was wondering is it possible to have more than 2048x2048 on mobile.

currently tga that i get is 16Mb large so that is not working! :)

thanks for help and info if somebody wants to share!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Chinese is it possible after all?
« Reply #1 on: October 28, 2012, 08:07:20 AM »
2048x2048 is the Unity-enforced limit on mobile devices. It's also a hardware limitation, so no, it's not possible.

noob22

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 38
    • View Profile
Re: Chinese is it possible after all?
« Reply #2 on: October 28, 2012, 08:35:32 PM »
I am looking for a solution to display chinese. I went through all the tuts, videos and forum posts that i could find on the topic
and i managed to display some of the chinese characters on the screen. My point is that it's possible but i am having trouble
with the chinese itself and i was wondering have somebody come up with the working solution?

Problem that i am having is to find simplified chinese font with less chars then traditional
i know how to pack a font with four channels and i was wondering is it possible to have more than 2048x2048 on mobile.

currently tga that i get is 16Mb large so that is not working! :)

thanks for help and info if somebody wants to share!

I have maked one which size is 1024*1024 and 4000+ chars.

tree1891

  • Guest
Re: Chinese is it possible after all?
« Reply #3 on: October 29, 2012, 09:42:45 AM »
I want multi texture support for asia font such as ExFont plugin.

pretender

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 155
    • View Profile
Re: Chinese is it possible after all?
« Reply #4 on: October 29, 2012, 04:30:04 PM »
I have maked one which size is 1024*1024 and 4000+ chars.

Can you share it?  :) or at least tell me what is the proper way to do it?