You might be able to still keep your nice title transition by using an additive scene for either the game or the title. But either way you still pulled off the replaying really well! For the skinning editor, you export your sprite as a .psb which Unity can import using the "PSD Importer" asset. Unity will notice your body parts are on different layers and will automatically split them as a "multiple" type sprite. Brackey's has a good tutorial, and after an hour or so you should be set! Good job once again :)
Viewing post in Pirate's Curse jam comments
I use Krita too! It can export to psd but not psb, but there is a way to convert between the two. Export to PSD then convert the file to PSB using "magick". https://imagemagick.org/index.php
Idk if you can convert with the GUI but I do it from the terminal like so: "magick convert my_image.psd my_image.psb"