为什么我的 ccAnimation 无法在设备上运行?

发布于 2025-01-01 17:07:59 字数 89 浏览 0 评论 0原文

我从播放列表加载了简单的 CCAnimation,当我在模拟器上测试它时一切正常,但是当在设备上测试时动画没有播放?

有人可以告诉我问题出在哪里吗?

I have simple CCAnimation loading from playlist, and when i test it on emulator everything is OK, but when test on device animation didn't play?

Can some body tell me where will be the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一场春暖 2025-01-08 17:07:59

请记住,设备对按键敏感,因此如果您的文件真实名称是 MyAnimation.png,则加载 myanimation.png 可以在模拟器上运行,但不能在设备上运行。

不管怎样,正如 YvesLeBorg 所说,一些代码或日志会有帮助。

Remember that device is key sensitive, so if your file real name is MyAnimation.png then loading myanimation.png works on the simulator but NOT on device.

Anyway, as YvesLeBorg said, some code or log will help.

開玄 2025-01-08 17:07:59

一些代码会有所帮助,也许是来自设备的日志。可能是您的 plist 或您的纹理未到达设备。尝试 1) 确保您的 plist 和纹理包含在目标中,2) 清理目标、构建并运行。

a bit of code would help, maybe a log from the device. Chances are either your plist or your texture did not make it to the device. Try 1) ensure your plist and texture are included in the target, 2) cleaning the target, build and run.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文