How to change Best Fit policy in UGUI Text component for japanese and chinese?

How to change “Best Fit” policy in UGUI’s Text component for japanese and chinese?

In Unity 5.3, it starts to check space (" ") for determining break line.
But, when i implement text in Japanese and Chinese, it’s a big problem.

Why?

  1. Japanese and chinese is using 2bytes comma, period.
  2. Especially, Japanese has no rule to have space between words in sentence.

Eventually, Best Fit option going to show fonts mostly fall into “min size”.

It was very nice before Unity 5.3, but not now.
So,
How to change “Best Fit” policy in UGUI’s Text component for japanese and chinese for this?

I’m also having the same issue. I’m thinking about trying TextMeshPro off the asset store.

i have same problem

Same problem here. I am trying to turn off the “Best Fit” option grammatically but there is no documentation on how to do that…I’m not even sure if it is possible