First tryouts with EditorGUILayout... and a problem..

hi there :smile: (yes… i´m happy)

i read this article and created my first window with the GUI functions.

Now i´ve some questions…:

1st)
I want the Window to be updated with new values and stats, when a GameObject is selected. How can i do that?

2nd)
How can i save values?
Everytime i reopen unity, the settings are resetted.

3rd)
how can i instantiate GameObjects via such a Window?

I hope someone can help me out :slight_smile:

read this extensive tutorial to answer all your questions. ok instantiation is not handled but you could simply use instantiate for that.