I created an app in Unity and in Unity I created a title GameObject
containing an image and some text from TextMeshPro
. I want that GameObject
to also be the icon in the app store.
Can I convert that GameObject
/prefab to an image or a Sprite
?
Can someone please help.