Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 5 SpriteKit particle emitter not appearing in editor

Potentially really simple question, but...

has any one else found when selecting the .sks file in this case sparkle the effect doesn't appear in the editor. Is there something obvious I'm missing?

like image 233
Niazipan Avatar asked Oct 24 '13 20:10

Niazipan


2 Answers

This is an old post, but I had the same problem lately.

I worked around it by moving to the 'version editor' and then back to the 'standard editor' using the editor selector on the upper right corner of the main toolbar.

This would restart the particle emitter simulation.

enter image description here

like image 135
Alex Avatar answered Oct 04 '22 07:10

Alex


Ok - I think I figured this one out as a XCode interface quirk. There is a hidden "show" / "hide" toggle that only appears on mouse-over (see the images below).

The initial view

Initial view - missing the SpriteKit inspector

When you mouse-over the "emitter node" line you see the "show" option

Where to mouse-over to see the "show" option

Restored SpriteKit inspector

Now everything looks normal

what happens when you move your mouse

like image 34
Matt Avatar answered Oct 04 '22 08:10

Matt