如何在cocos2d版本之间相互转换
基本上,我发现了我想要为我的应用程序提供此功能的一个很好的示例。问题是,编码是用 Cocos2d 0.9 编写的,而我使用的是 2.0 版本。我的问题是,是否有任何通用方法可以在两者之间转换文件,或者它们不会混合?
Basically, I found this great example of this feature that I want for my app. The problem is, the coding is written in Cocos2d 0.9 and I'm using version 2.0. My question is, is there any universal way of converting files between the two, or do they not intermingle?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有万能的方法。尝试编译它,看看它是否至少可以编译。如果它可以编译,它可能会或可能不会工作,具体取决于 0.9 和 2.0 之间添加/删除的功能/错误。这完全取决于功能。没有 ConvertSourceFileFromCocos2d0.9To2.0.exe 工具。 :)
No universal way. Try to compile it, and see if it at least compiles. If it compiles, it may or may not work, depending on what features/bugs were added/removed between 0.9 and 2.0. It totally depends on the feature. There is no ConvertSourceFileFromCocos2d0.9To2.0.exe tool. :)