- Home /
Unity Editor - drawing image in memory and saving it
I Have some data created in editor, from these data i want to generate an Image with colored rectangles, and within each rectangle i want to print some text.
I could possibly try using Texture2d and assembling it somehow, but I don't know how to print text (i could possibly generate Chars by pixel which would be cumbersome to say the least..)
I would prefer some library (non unity that can work under Unity's .net 3.5 version) that can draw in memory images and store them to disk.
Any leads?
Your answer

Follow this Question
Related Questions
How do I add/draw a sprite? 1 Answer
How to change the texture of a prefab 4 Answers
How to blit a rendertexture to screen(GameView in Editor)? 0 Answers
General editor graphic problem 0 Answers
5 Player Models in Scene and already about 1.3 m Verts ? 2 Answers