bavarianenjoyer Hopefully this question is simple enough is there any way to load multiple .atlas files using the generic JavaScript runtime player? I'm specifically working with 3.7.83 (this one: https://github.com/EsotericSoftware/spine-runtimes/tree/3.7/spine-ts).
Mario The web player can only load a single .atlas file to be used with a single skeleton .json/.skel file. To load more than one atlas, you'll have to use the lower-level spine-ts APIs instead of the web player API. What's your use case?