PlayCanvas Editor Feedback

Hi! First of all this is my first post and I’m excited with PlayCanvas. I’d say the environment is very nicely flexible. :smile:

Just want to request for Esoteric Software’s Spine component feature (which I believe already asked half a year ago).
They have provided the generic runtime for JavaScript here.

I really need the FFD and the image swapping for 2D animation, and of course the 2D skeletal animation. The asset data size is also small as well so it’s great in every way.

Someone has posted a sample video (youtube.com/watch?v=V2ZehUVMbRs) of what can be achieved from the tool (it doesn’t show what can be done with the character on the right, but also please have a look on the scarf on how important that image swapping is), and I think this is a good feature to think over.

Also is there a way for script components being combined and minified into one JS file on publish/download? cause I believe, if I have tons of script components being separately loaded, it is prone to error; tons of request/response (gives room to fail), and not to mention the scripts are not minified. Failing 1 script is definitely not good, but I’d rather have 1 or 2 huge scripts to load once or fail at all, so it’s controllable. I want to combine the codes myself but I know it is impossible as PlayCanvas essentially load the scripts individually.

I understand if separating the codes is meant for debugging, but not on production files. It’s not only for not being easily read by anyone, but to make the files more compact; lesser size and lesser network request/response.
See here for screenshot reference.

Cheers!