Import Cocos Studio scene into Cocos2dx

  • warning717
    Likes 1

    Problem Description

    I cant seem to find any documentation on importing a project from Cocos Studio to cocos2dx

  • Sonar Systems admin
    Likes 1

    We are planning a tutorial series on Cocos Studio :D

     

    Stay tuned


  • warning717
    Likes 1

    That sounds great! Not to rush or anything but will this be anytime soon as I am really excited to try out my project on my device laugh

  • Sonar Systems admin
    Likes 0

    It is still in the early stages of planning, but we hope to start recording by the end of this month.

     

    In the meantime feel free to create new questions here regarding any issues you may face laugh


  • warning717
    Likes 0

    Ok thank you smiley

  • warning717
    Likes 0

    Ok so thanks to nite who posted the solution here, i was finally able to import a scene from Cocos Studio to my cocos2dx project. laugh

    .CPP (INIT)

    auto node = CSLoader::getInstance()->createNode(file);
    addChild(node);

    Header

    #include "cocostudio/CocoStudio.h"
  • Sonar Systems admin
    Likes 0

    Great to hear you have been able to solve your problem.

Login to reply