Cocos Creator RoadMap - UPDATED thru 11/2016

You can check it out beta version at http://forum.cocos.com/t/cocos-creator-v1-3-0-10-11-beta-7/39439 while you wait for the stable version, but it has a lot of bugs.

about 2 weeks

Hello, when Cocos Creator 1.3.0 will be released? Already released 1.3.0-rc.1 and gone about two weeks from last answer (about 2 weeks).

And main question: C++ support in Cocos Creator 1.3.0…?

This week and not yet for c++.

2 Likes

Okay, what the approximate release date for C++? 1.3.x? 1.4.x? When?

I don’t know yet. I think this will go into v3.15 of the engine. Perhaps Ricardo will have something for testing before hand.

What happened to the editor-framework repo on github?

Thanks for a great tool. How’s the physics engine doing?

1 Like

Hey! Do you have any plans about support wp8+/win8+ platform?

+1 to that. What are the plans for the physics engine?

1 Like

Do you have example of the transition between Scenes?
I had found the sample page, but not work for now. http://cocos.sonarlearning.co.uk/docs/scene-transitions

Do Cocos Creator 1.3 have this feature? I hope this feature will apply in next version.

What isn’t working? Are you getting an error of some sort?

OK… it looks like cool piece of software,but… whereis the source code of this tool?
Can someone point me where I can find it?
Would be great to maybe participate in development.

I think it is not entirely open source, but at least the engine is.

This is working:

cc.director.preloadScene("index" , (err, res) => { 
	cc.director.runScene(res.scene); 
});

But this is not working:

    cc.director.preloadScene("index" , (err, res) => { 
    	cc.director.runScene( new cc.TransitionSlideInR( 1.0, res.scene) );
    });

why put cc.TransitionSlideInR not working?

August 2019: Cocos Creator 2019 Roadmap (updated August 2019)

Latest version: Cocos Creator 2021 and beyond!!