godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.71k stars 21.12k forks source link

2D Platformer bug on Android #1988

Closed empyreanx closed 8 years ago

empyreanx commented 9 years ago

I deployed the bundled 2D platformer demo an Android (4.4.2) phone. Everything went smoothly until I attempted to jump through a ledge to get to the rest of the map. After jumping through the ledge, the screen went all funny and the game was no longer playable. The demo plays perfectly on Linux, so it's probably a platform specific thing. Let me know if you need anymore information to hunt this bug down.

empyreanx commented 9 years ago

I thought I should clarify that the screen becomes gray, and the user controls are still visible.

akien-mga commented 8 years ago

Likely a duplicate of #2345.