Search Issue Tracker

By Design

Votes

0

Found in

2017.4.1f1

Issue ID

1082432

Regression

No

[Android] [UI] Buttons with TextMesh Pro does not render text in Android device

uGUI

-

To reproduce:
1. Download attached project
2. Build it to Android device ( need to have iOS support installed as well)
3. Notice in the main meniu that some TextMesh Pro text shows squares.

Actual result: Some buttons with TextMesh pro text shows squares
Expected result: All the buttons with TextMesh pro text should render text.

Reproduced in: 2017.4.4f1; 2017.4.12f1;

Tested on:
VLNQA00134, Samsung Galaxy S8 (SM-G950F), Android 8.0.0, CPU: Exynos 9 Octa 8895, GPU: Mali-G71
VLNQA00025, Xiaomi Mi 5s (MI 5s), Android 6.0.1, CPU: Snapdragon 820 MSM8996, GPU: Adreno (TM) 530

Note:
On 2018.1.9f2; 2018.2.10f1; 2018.3.0b3; 2019.1.0a2 getting errors:
C:/Users/martyna/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.textmeshpro@1.2.4/Scripts/Runtime/TMP_Text.cs(4885,44): error CS0121: The call is ambiguous between the following methods or properties: `TMPro.TMPro_ExtensionMethods.Multiply(this UnityEngine.Color32, UnityEngine.Color32)' and` TMPro.TMPro_ExtensionMethods.Multiply(this UnityEngine.Color32, UnityEngine.Color32)'

CommandInvokationFailure: Gradle build failed.
C:/Android/Java/jdk1.8.0_161\bin\java.exe -classpath "C:\Program Files\2018.1\2018.1.9f2_a6cc294b73ee\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\gradle\lib\gradle-launcher-4.0.1.jar" org.gradle.launcher.GradleMain "-Dorg.gradle.jvmargs=-Xmx2048m" "assembleRelease"

  1. Resolution Note (2019.1.X):

    Behavior was the result of RectTransform width and height on inactive object being set to zero while using an Horizontal or Vertical Layout group. Solution was to simply set a proper size on the RectTransform.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.