- Home /
Question by
fbecker · Jul 05, 2016 at 06:32 PM ·
spritescene viewpreview
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!
Comment
Best Answer
Answer by tanoshimi · Jul 05, 2016 at 08:23 PM
You need to set your script to ExecuteInEditMode
Answer by Abhiroop-Tandon · Jul 05, 2016 at 08:17 PM
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??
Your answer
