我在使用粒子时遇到了 fps 问题。在游戏中,我有使用粒子的硬币。
我已经在 iPhone 3gs、4、4s、5 和 iPad 3 上测试了我的应用程序。在 3GS 和 iPhone 4 上,FPS 下降到 30-35。但是当我停止使用粒子时,FPS 下降到 50-60。
我也使用了 CCParticleBatchNode 但没有帮助 :( 我与 batchNode 一起使用的代码:
CCParticleBatchNode *batchNodeParticle = [CCParticleBatchNode batchNodeWithFile:@"image.png"];
CCParticleSystemQuad *particles = [CCParticleSystemQuad particleWithFile:@"particles.plist"];
[batchNodeParticle addChild:particles];
[self addChild:batchNodeParticle];
有什么建议么?
感谢和抱歉英语不好。