0

I am about to finish my Android Game.. Its already available for iOS. Released last week. https://itunes.apple.com/us/app/crazy-jack-the-street-runner/id638121525?mt=8

I am facing an issue in Android. When I resume from Background while playing game, 1 of background goes black. Rest all other graphics are perfect. If I pause the game, then resuming from background is perfect. I tried to pause game in applicationDidEnterBackground, Game hangs while resuming. I am not able to add my pause layer in this method.

Any guesses what I can do with this. This is the only bug left, need to release game for Android.

4

2 回答 2

0

有时(在我的情况下几乎每次)OpenGl 上下文被删除并再次重新加载。这会导致屏幕变黑并且游戏在恢复时挂起。

你应该经历这个。它帮助了我。希望这对你有用:)

于 2013-05-22T05:54:38.503 回答
0

最新版本的 Cocos2d-x 中解决的问题 :)

于 2014-06-19T09:01:57.777 回答