user interface - Unity Button text not showing on some devices -


so earlier using best fit in text , working fine. ui became inconsistent , removed best fit , set size each screen/panel.

the problem text not visible on devices(like nexus 7).

but while on unity scene works fine. can suggest how proceed this.

thanks in advance..

you have several options adjust ui.text:

  1. increase recttransform width , height
  2. decrease font size manually
  3. adjust font size using best fit
  4. shorten text, can hard in rather lengthy languages
  5. let overflow setting "horizontal overflow" and/or "vertical overflow" "overflow"

then need test in resolutions (test extrem cases in aspect ratio , resolution) , in languages app supports.

you need decide on each case, options fits better.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -