Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Changing Text with a Single keyword Fixed in Place

Discussion in 'UGUI & TextMesh Pro' started by cspid, Mar 8, 2023.

  1. cspid

    cspid

    Joined:
    Apr 25, 2014
    Posts:
    32
    We are trying to create a system where the player clicks on 'keywords' to cycle between 3 strings. Each string has a different keyword that's visually identifiable, and we want want each keyword to occupy the exact same position on the screen with the other words flowing in either direction, and wrapping within the text box. In this example the keywords are in orange:

    upload_2023-3-8_13-14-35.png

    How could we implement this?