Wanted to do SVG animations, couldn’t find a tool for that, so I made some Lottie animations, figured I could import it via CDN, and I could! Managed to get up and running a Lottie file saved in an external server, great, now I just have to load my own JSON from my project files but…
It seems that studio is not uploading JSON files to server, I’ve tried import *, request() , ecs.assets.load(), directly putting the file address and in every case it fails to find the JSON , that’s why I got to the conclusion that it is not uploading.
Am I correct or is there another way of importing a path to a file? I can’t put the JSON as a JS dictionary directly because Lottie expects a file path in every case.
Thanks in advance!
Ps: if the feature is not supported then this would become a feature request I guess ![]()