How do I fix this?

Hi! Im making a game jam game, and i encountered something that i don’t want to happen. I created a character, then duplicated it and renamed the clone. When i edit the clone, the original edits too (except the walking animation, which is #2). How can i fix this?

Hi, MyNameIsAK.

You will have to create a new object, and delete your duplicate. Otherwise just about any changes you make to your duplicate will also be made to your original.

Go to resource folder and make a duplicate of that sprite also, then come back to gdevelop open your duplicated character in sprite editor then delete the sprite and now add the duplicated sprite.