How to Create a Scrollable Text Area with TextMeshPro in Unity 💛

Поділитися
Вставка
  • Опубліковано 13 жов 2024

КОМЕНТАРІ • 55

  • @forginbits5457
    @forginbits5457 Місяць тому +2

    Perfect. Absolutely straight to the point and no fluff. This is exactly what I needed. Great job, thank you

  • @ShinichiKudoQatnip
    @ShinichiKudoQatnip Рік тому +2

    Exactly, the scroll rect option is overflow kept me head scratching for sooooooo damn long. So thankful that someone said it too.

  • @albertartigas4735
    @albertartigas4735 11 місяців тому +4

    Best Text Scroller Tutorial in youtube. Thank you so much!

  • @martindrozdik7763
    @martindrozdik7763 Рік тому +6

    The incredible quality of this tutorial amazes me. You deserve much more views!👍

  • @hey.anasbayu
    @hey.anasbayu 11 місяців тому +2

    Thank you so much for the tutorial! I have been having problem with Text scrolling for days

  • @alexairo
    @alexairo Рік тому +2

    Thank you Christina, been struggling with this for a while and got all my questions answered after watching your tutorial!

  • @HeedoPark-j6e
    @HeedoPark-j6e Рік тому +5

    Short and concise. love the video!

  • @yoshikamiyafujidesu
    @yoshikamiyafujidesu Рік тому +2

    Actually good and straightforward tutorial. Thanks!

  • @hamidmactabi6269
    @hamidmactabi6269 8 місяців тому +1

    thanks a million times, seriously! I was just doing it like when you put images in the content and the overflow was making me crazy

  • @ManusLlane
    @ManusLlane 4 місяці тому +1

    Very good tutorial, thank you Christina! Please keep up the Unity tutorials

    • @ChristinaCreatesGames
      @ChristinaCreatesGames  4 місяці тому

      Thanks, will do! (In fact, I just released a new tutorial today ;)! )

  • @wehavesomecats
    @wehavesomecats Рік тому +2

    Great Tutorial, this made clear what I had been doing wrong. When I set Fitter/Horizontal to preferred, I got the horizontal scroll bar.

  • @littlerainfrog
    @littlerainfrog 7 місяців тому +1

    thank you! I can't wait to get used to Unity like you.

  • @NeoNthriller
    @NeoNthriller Рік тому +2

    Thank you for this wonderful tutorial

  • @starvy10
    @starvy10 21 день тому

    Después de tanto buscar, te encontré. MUCHAS GRACIAS!!!!!!!!!!!!!!!!!!!!!!!

  • @castlecodersltd
    @castlecodersltd 2 місяці тому +1

    Amazingly helpful. Thank you very much 🙂

  • @thescaphism
    @thescaphism Місяць тому +1

    Now that helped me for real, thanks

  • @chrisw4818
    @chrisw4818 4 місяці тому +1

    This was very helpful! Thank you!

  • @madhuavunuri931
    @madhuavunuri931 Рік тому +1

    Exactly what I am looking for..thanks

  • @Ferenc-Racz
    @Ferenc-Racz 3 місяці тому

    Very-very thank you Miss.

  • @AlbanyTimbo
    @AlbanyTimbo 6 місяців тому +1

    thx!exactly what I needed!

  • @ilypavan
    @ilypavan 4 місяці тому +1

    Thank You

  • @jubinjajoria2870
    @jubinjajoria2870 Рік тому +1

    Nice Simple Tutorial...

  • @regys9521
    @regys9521 Рік тому +1

    Keep it coming!

  • @yvonnevierra2715
    @yvonnevierra2715 4 місяці тому

    I do appreciate this and your example is pleasant to the eye but I can't get my text to wrap.

  • @fathermaggus778
    @fathermaggus778 Рік тому +1

    Thank you!

  • @robertedgington32
    @robertedgington32 Рік тому +1

    Hi, if you turn off content size fitter you can use the overflow options

  • @duhamuk8802
    @duhamuk8802 9 місяців тому

    thanks queen

  • @MrTimelessmovie
    @MrTimelessmovie Рік тому +1

    Is it possible to select then copy text from the scroll view?

    • @ChristinaCreatesGames
      @ChristinaCreatesGames  Рік тому

      I think it should be possible, but not by default. You would need to Check which Word the user selected first and up to which point he drags the mouse. Then, you'll need to implement some Form of copy system with hotkeys or menus. I'd say it can be done, but might be a more complex task than initially anticipated. I'll give it a try at some point, but please don't hold your breath until then :)

  • @anonimowyuzytkownik8372
    @anonimowyuzytkownik8372 11 місяців тому +1

    But what if i need add some images?

    • @ChristinaCreatesGames
      @ChristinaCreatesGames  11 місяців тому

      That's more complex. You will have to Wrap your Texts in one object that contain all the Text until your Image, then add the Image, then another object with the Rest of the Text.

  • @DatBoi893
    @DatBoi893 Рік тому

    The scroll doesn't work for me. It won't react at all to my mouse or any other input

    • @ChristinaCreatesGames
      @ChristinaCreatesGames  Рік тому

      That is strange. Do you maybe have some other element overlapping it? Does anything else in your scene react to clicking, or is it just the scroll box? If nothing helps, disable the box gameobject and create a new one to test if it's just the one you started out with or if it happens to every scroll rect. If it does, there might be something else going on in your scene.