在 Coco2d 中将 box2d 更新到新版本
我一直在使用 Cocos2d 和与之捆绑在一起的 Box2d。我使用提供的 Box2d 模板启动我的程序。我的问题是我正在尝试更新到较新版本的 box2d。
我认为从我的项目中删除 Box2D 文件夹并拖动新版本 (2.2.1) 就足够了,但在执行此操作后,我遇到了一系列错误和损坏的链接。我试图修复它们,但似乎不可能。捆绑版本是否已被修改以更好地与 Cocos2d 配合使用?
有什么指点吗?
I have been working with Cocos2d and the Box2d that comes bundled with it. I start my programs using the provided Box2d template. My problem is that I am trying to update to a newer version of box2d.
I assumed that eliminating the Box2D folder from my project and dragging the new version (2.2.1) would be enough, but after doing this I get a series of errors and broken links. I have tried to fix them but seems impossible. Is it that the bundled version has been modified to work better with Cocos2d?
Any pointers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很多人在更新过程中遇到问题,您通常可以花时间消除错误和警告。
但说实话,最好这样做:
1)使用 Box2d 下载最新版本的 Cocos2d
2)使用新模板创建一个新项目
3)将所有类文件和资源传输到这个新项目中
A lot of people have issues with the updating process and you can usually spend time ironing out the errors and warnings.
But in all honesty it's just better to do this:
1) Download latest version of Cocos2d with Box2d
2) Create a new project with the new templates
3) Transfer all your class files and resources into this new project