Best way to create image on button click?

Hello,

I am trying to think of a way that a submenu appears (something like a window) once a specific button is clicked. IMAGES PREVIEW BELOW!

I am doubting between creating new image upon button click with several more buttons at a specific position OR putting the image and the buttons that should pop up with this image out of scene and make them move on scene once the button is clicked. However, the first option seems to be better since the game will not be heavy as it would be in the second scenario.

Please suggest any ideas how to implement the following thing:


Any ideas and their implementation are appreciated :slight_smile:

Thank you

You could create your Menu in an own Panel and deactivate it. Then on your Button click just activate it.
To do so you simply drag and drop your Menu Panel into your Buttons OnClick Property select GameObject->SetActive and check the Checkbox that appears.