可以不升级引擎,只升级ccs的解析代码吗

我目前用的是quick-lua 3.3final (quick-x)可以不升级引擎,只升级ccs的解析代码吗?

================
试了下升级没问题,终于不用升级引擎了~

quick估计不行。

现在cocos2d-lua 已经由quick团队接管,quick也并入cocos2d-lua了
你评估下能不能升级到cocos2d-lua

应该是可以升级的,只要引擎部分接口没怎么变就好,我刚升级了下,2.0.6的项目也用2.1.0.0的ccs重新发布了下,结果报版本不匹配的断言错误:

LUA ERROR: ASSERT FAILED ON LUA EXECUTE: The reader build id of your Cocos exported file(\360\356\377\377$) and the reader build id in your Cocos2d-x(2.1.0.0) are not match.
Please get the correct reader(build id \360\356\377\377$)from http://www.cocos2d-x.org/filedown/cocos-reader and replace it in your Cocos2d-x

stack traceback:
: in function ‘createNode’
?:7: in function ‘_create’
?:311: in function <?:310>
(tail call): ?
?:311: in function ‘new’
?:137: in function ‘showLogin’
?:131: in function ‘onEnter’
?:141: in function 'listener

?:394: in function ‘EventDispatcher’
?:236: in function <?:235>