Hello,
I have a question, I have some players with their kits and I would like the user to write his name in the kits how could it?
I searched for information on how to move text to texture, but I see nothing clear.
Thanks
Hello,
I have a question, I have some players with their kits and I would like the user to write his name in the kits how could it?
I searched for information on how to move text to texture, but I see nothing clear.
Thanks
You can use Graphics.DrawTexture() to blit images to a texture at a certain position. In theory you can write a script that assembles the text you want to write from a texture atlas of the alphabet, and use this texture as an overlay on the object in question (or directly onto that texture, though this may lead to undesirable results).
You might also be able to do this using decals, but I’ve no experience with those.