Or download test apk and test it on your android device
Shift the square up and down to change its form so it can fit through the obstacles.
Features:
- Endless gameplay
- Very easy to implement unity rewarded ads (just uncomment code from UnityAdsExample script and put your game id).
If you want to use other ad network just call GameObject.Find("Canvas").GetComponent< MenuSelect>().GameContinue(); when on ad finish event is called.
- Easy to implement google play games or apple game center leaderboard. Just call Social.ReportScore(PlayerPrefs.GetInt ("bestScore"), "YOUR LEADERBOARD ID", (bool success) => {}) to upload the best score to the leaderboard