GMS2 Autotile Converter not working

GMS2 Autotile Converter Isn’t working for me, and I need it for a game project. This is the error I’m getting
rsaghthshre5herhtdsfhdfhdgf
I’d appreciate any help I could get! I’m using version Aseprite v1.3.14

I wiped my Asesprite stuff and it works! I’ll update if things change :grinning_face_with_smiling_eyes:

OK so it seems like GM Link breaks both of them. I’d like a solution to this as well!

Hi there! You should ask the plugin developer in the repository you mentioned. Anyway, I see the LUA code, and line 105 is:

local sprCopy = Sprite(spr) -- Make a copy of the sprite so we don't affect the original sprite.

Based on the error, it appears that the “spr” was removed on a previous line, or the variable no longer points to it for some reason. You could capture it again with:

spr = app.sprite

before thelocal sprCopy... line

1 Like

Hey! Thank you so much for you answer, but unfortunately the same error still persists for me. I’ll send that message to the developer! :+1: