Bug in editor when place an sprite directly to the scene

Hi, I think this is a bug in CC +3.0
When we place a sprite directly from the assets panel it would show the sprite in the editor but when running the project the sprite will not be shown.
But if we place a sprite from the node library and then change the SpriteFrame it will work.

hi,you need to determine whether the layer of the node created by directly from the assets panel is checked in the visibility of the camera.like this:
image
image
because default is not checked in visibility, the node whose layer is default will not be displayed at runtime.

Hmm, yes so it is not a bug it is my bad!
Thank you

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.