Add text to a screenshot for a share image
In my new game. I am able to capture a screenshot of the gameplay but I would like to know, how i could add/superimpose some text like the game name or some text(which is not present in the captured screen) to a screenshot in game. SO it can be shared via image on game over. References from looty dungeon or one more dash games.
Thanks
?? The screenshot is just a regular picture, no different from a picture of your cat.
People who have never heard of Unity add text to cat pictures all the time. Just figure out how they did it.
$$anonymous$$aybe this link can be helpful to you. http://www.thegamecontriver.com/2015/09/unity-share-post-image-to-facebook.html
Or render the image on screen with the text over it and then
https://docs.unity3d.com/ScriptReference/Application.CaptureScreenshot.html
Your answer
Follow this Question
Related Questions
Convert Texture to Texture2d takes a lot of time in android device. 0 Answers
how simply writing text on texture 0 Answers
Emboss/engraved text with Text Mesh Pro 1 Answer
How to paint on a 3D object without raycast in Unity (from shader)? 0 Answers
4K - WebCameTexture.Play() Could not connect pins - RenderStream() 0 Answers