Search Unity

Richtext quad

Discussion in 'Editor & General Support' started by llamagod, Nov 28, 2015.

  1. llamagod

    llamagod

    Joined:
    Sep 27, 2015
    Posts:
    76
    How do I use it? I want to insert an image of a coin in between some text. My text element is created in the editor not during runtime.
    <quad material=1 size=20 x=0.1 y=0.1 width=0.5 height=0.5 />

    What is material? In this example it says 1, but 1 in what? Do I write the name of my material, or the path to it? Do I assign the material to the text?