I got a request from a Construct 3 user of my C3 Spine plug-in to use data URIs instead of URL paths (required for playable ads). We are still using Spine 3.8 spine-ts runtime (we will go to 4.0 in the future when we have time to upgrade.)
Using the spine-ts 3.8 runtime, what is the best way to load data URIs instead of fetching/loading the files? Generally, I think the image might just work with some tweaking to match 'file name', how about json and atlas files?
I have seen the webplayer supports data URIs, so I will also take a look at that implementation.
Thanks for the advice.
Ah, I see the support is in the AssetManager, but it does not look to be available in the SharedAssetManager which we are currently using. Hmm.