質問

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?

役に立ちましたか?

解決

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.

他のヒント

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top