How to preview Sprites created by Script in the Scene View?

Hi,
I’ve written a code that create some Sprites by Script.

They show fine in the Game View and Scene View during Play Mode.

But I would like to know if it is possible to “preview” those Sprites in the Scene View, even when I’m not playing.

Thank you!

You need to set your script to ExecuteInEditMode

i don’t think its possible as the script only create the sprites during runtime. You can see the sprites when you pause the game if that is of any help. Why dont you try making sprites without the script if you want to preview them??