Import a cocos studio scene to cocos2d-js V 3.1

Hello guys right now I want to use the cocos studio I create a new project in cocos studio 2. Of course before create it I select that I want to generate the cocos project. That’s fine my problem or confusion is when I public this the cocos IDE project

How can you show the scene created in cocos studio inside cocos2d-js. I in others posts that I have to load the .CSD file in order to have this. But how you can do that in the JavaScript of cocos ?

Hi,

Basically you need to parse the Cocos Studio file to a node in engine, then add it to your scene.
But Cocos Studio 2 is not supported in Cocos2d-JS yet, it will be supported in v3.3 which will be released fin January.

Please stay tuned.

Thanks for the answer pandamicro. I already see that cocos studio 2 only work with cocos 2d-x v3.3. Looks like I have to wait. And use cocos 2dx