I am creating an extension for editor which should work like this:
User chooses an image
User enters a text, chooses font, color
User clicks button and script adds entered text into the image and saves new image in Assets folder.
So my problem that i can’t find a solution which would easily convert text into Texture2D (or something like that which i can add to image later). I’ve been trying many things but nothing has worked for me.
So it’s sort of like an art programme where you have the start layer of your picture/texture etc & you write over it on a new layer & then when you save it merges them into the one texture?
Your description is too complicated i want to just add a text to image. I know how to merge two images into one. I need just method to convert TextMesh (or something like that) into a Texture2D object and using only script.