Skip to content

Commit 73850f7

Browse files
committed
added TextMeshPro and resize Canvas elements to resize all portrait resolutions
1 parent 2792b30 commit 73850f7

File tree

214 files changed

+13540
-4934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+13540
-4934
lines changed

UnitySpeechRecognizer/Assets/Scripts/AndroidBridge.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
using UnityEngine;
1+
using TMPro;
2+
using UnityEngine;
23
using UnityEngine.UI;
34
using static AndroidBridgeUtils;
45

56
public class AndroidBridge : MonoBehaviour, IAndroidBridge
67
{
78
[SerializeField] private Button startListeningBtn = null;
89
[SerializeField] private Toggle continuousListeningTgle = null;
9-
[SerializeField] private Text resultsTxt = null;
10+
[SerializeField] private TextMeshProUGUI resultsTxt = null;
1011

1112
void Start()
1213
{

0 commit comments

Comments
 (0)