About 30,800,000 results
Open links in new tab
  1. How to Create a Scrollable Text Area with TextMeshPro in Unity

    In this step-by-step tutorial, I will guide you through creating a scrollable text area in Unity using the Scroll Rect and TextMeshPro. You don't need to kno...

  2. How can I make a scrollable text? - Unity Discussions

    As of 2022.1 we offer a built-in scrollable textfield. Would a read-only scrollable textfield do the trick? You can find more information about this scrollable textfield in this forum post . Otherwise, you would need to embed your Label inside a ScrollView. Thx, I did it with ScrollView but the slider is too small, how can I make it bigger?

  3. Scroll To a word? - Unity Engine - Unity Discussions

    Apr 2, 2020 · Any ideas on how I can scroll to a word or tag by script? If you are using TMP, you can check the location of the word by accessing the TMP_Text.textInfo.wordInfo [IndexOfTheWord].firstCharacter. Then lookup the position of the first character to …

  4. How to Create a Scrollable Text Area with Text Mesh Pro in Unity

    In this step-by-step tutorial, I will guide you through creating a scrollable text area in Unity using the Scroll Rect and Text Mesh Pro. You don't need to know how to code for this one! First, I'll show you how to resize the Scroll View and set up the background graphic.

  5. How to make text with a scroll bar? - Unity Discussions

    Mar 16, 2017 · To get the scrolling to work, use the ScrollRect/Scrollbar technique from this tutorial. I must admit, I haven’t tried this myself, but without knowing what you’ve tried so far, this is where I would start.

  6. Making a Scrolling Text Effect in Unity (UI Tutorial)

    In this Unity tutorial, lets create a Text Writer effect with variable speed using a Coroutine. This could simple speech, type writer effect, scrolling and m...

  7. Scrolling and scrollbars in Unity - Unity UI tutorial - YouTube

    Learn how to create simple scrolling views in Unity with this tutorial.

  8. unity game engine - Creating moving text in unity3D - Stack Overflow

    Jul 31, 2020 · I am looking for a way to create a text in Unity3D that looks like it slightly moves(without really changing position) like shaking text. I saw this in a game and it looks cool. In other words I wants the text to move vertically some x values and back again to its position.

  9. How to scroll to a specific element in ScrollRect with Unity UI?

    Jun 11, 2015 · To do that, I use Unity UI components: ScrollRect + Autolayout (Vertical layout) + Text (labels) + Input Field. This part works fine. But, when keyboard is opened, the selected field is under keyboard. Is there a way to programmatically scroll …

  10. MultiLine Text Area, word wrapping, scrolling, all that jazz - Unity ...

    Feb 11, 2020 · I want to have a multiline text area which: The ‘viewport’ of the box shifts with the caret to view different lines ( maybe a scroll bar too?) <engine:Label text="Notes"/> <engine:TextField multiline="true" class ="TextArea" name="Notes"/> </engine:VisualElement> height:100px; -unity-text-align: upper-left; white-space:normal;

Refresh