Beginner here (hello!), did a search of the forums for “disappear + sprites” and didn’t come up with much so I know it’s probably a me problem. Not sure what I’m doing wrong. Not new at computers or editors etc, but new at Defold. Been following a few youtube tutorials and am on my 2nd series, this one is the Unfolding Gamedev 3-part “Space Shooter” for beginners.
I’m grasping all the concepts pretty easily, but what seems to have been happening is that sprites seem to randomly stop appearing after rebuilds. This has happened about half a dozen times, and I mean in the simplest of examples with literally 1 or 2 sprites on screen. This latest tutorial has a ship on the bottom and an enemy above it. I decided to move the enemy sprite over about a dozen pixels, I did a quick CTRL-S, CTRL-B, and the enemy was gone. My ship was there, I checked the code, everything was the same, the png file is there, the code is all there, nothing else was changed. Like I said before I’ve had to do this now about half a dozen times where I’ve basically had to start the tutorial over from the beginning, deleting all the game objects and recreating them to get them to reappear. I’ve scoured the forums for anyone else having the same issue and I don’t see anything similar, so I’m guessing it’s me. I’ve checked, double-checked, triple-checked, I don’t have alzheimers, I’m quite competent, never have this issue in other tools, but there’s something going on and I just can’t figure out why sprites are disappearing at random. There are no errors in the console. What should I be looking for?