I purchased a UI asset from the Unity Asset Store, which includes buttons and icons organized as prefabs. I would like to extract these elements as images to edit them in Photoshop. How can I accomplish this?
I want to open this asset in Photoshop to edit buttons and icons
2
Answers
To export a GUI (Graphical User Interface) from Unity, you have a couple of options depending on your specific requirements:
Unity UI:
Custom GUI using Unity’s rendering capabilities:
It’s important to note that Unity itself is a game development engine and primarily focused on creating interactive applications rather than exporting standalone GUIs. However, you can utilize Unity’s UI system or export custom GUI assets to use them in other applications or frameworks as needed.
The images will be stored somewhere in the project.
Here’s how you can find them
Source Image
attribute which points to the image to show.reveal in explorer
orshow in finder
will bring it up in whatever file viewer you have.