What does this mean?

I was testing my new extension and idk a dozen errors popped up

1 Like

it means somewhere mySprite2 was created and you are trying to recreate it

This is happening because both your extension and your project contain the tilemap and assets files, causing certain variables to be duplicated. To stop these files from downloading when you add your extension, go to the json file, click “Edit as Text”, and remove the highlighted files:


Yours should look a bit different, but the file names are the same.

Never mind i fixed it, thanks.

I finished the extension too!

yeah usually I delete the two tilemap one because they cause problems in the Json file because I’m pretty sure that means this is part of your extension