- Home /
Print char to a 2D image?
Hi people i'm new to unity and just started to develop my first project. The problem is I need to print some characters to a 2D image but i could not figure out how. Here is what I tried I created a Text component from GameObject > UI > Text and put it under my image as shown in the screenshots but I cannot see the letter 'd' in the box. Any help will be appreciated. I'm using Unity 5.1.2.
Answer by satyagames · Aug 31, 2015 at 05:52 AM
You should Follow --> Canvas > Image > Text
Thank I can now print the char but a problem is I had to drag the text on the image, I want it to be placed automatically on the image, did I do something wrong or is that normal? @satyagames
If you want to fix text into image. text should be child of image. You can arrange anchor point to fix at particular place. @mnekin