The strange thing is that I drew this sprite in a random project as I wanted to test out abilities and now it keeps appearing whenever I download the shader extension. Can someone help I’m very confused. As you can see from the first project there is no code but its still there.
5 Likes
can you send the code?
2 Likes
It’s cloud sync bug it’s cloud sync bug are you using cloud synic
2 Likes
That’s Really Creepy
2 Likes
Hmm… you say it appears with the shader extension, however the shader extension in your toolbar doesn’t have the usual icon… It’s possible you have defined this sprite in the code of that extension you’re importing, so it appears anywhere you import the extension.
Look for a definition somewhere in the code of the extension, like this
let mySprite = sprites.create(img`...`, SpriteKind.Player)
// That image should be in the img slot
Once you find it, remove it and it should function normally (just make sure to remove the old extension from your projects and add the new one)
2 Likes
Yeah I found it thanks!
4 Likes