• Runtimes
  • spine-canvaskit bug when loading files from remote url

Hi there,

I'm using spine-canvaskit and when I'm loading in an atlas file from S3, the resulting png url that is fetched is incorrect.

(url below is not real. I can't post real link for privacy)

const atlas = await spine.loadTextureAtlas(ck, "https://mys3bucket/stickers/chibi/chibi.atlas", readFile);

The resulting texture loaded in is https://mys3bucket/stickers/chibi//chibi.png which fails because there are 2 /s

Thank you!

  • Davide ответили на это сообщение.
    Related Discussions
    ...

    jojo

    Thanks for reporting this!
    We release a fix in 4.2.65 🙂