Color Cube - Unity Complete Project (compatible for android, iOS, WebGL, PC, Linux) - endless puzzle

Test it here (WebGl): https://e-ugovor.rs/color_cube/ Or download test apk and test it on your android device: https://www.dropbox.com/s/a3uqow96zxt1yj5/colorCubeTest.apk?dl=1 Tap on the cube to change its color to match the approaching cubes! Matching the color of the approaching cube will allow you to pass through the cube . You need to match colors of all 9 cubes in order to pass. Every time you pass through the block you will get +1 score. Very easy to implement rewarded ads when cube crashes, so player can continue playing after rewarded ad finishes. If you want to use unity ads just open UnityAdsExample script from folder “Scripts”, uncomment all code and put your game id in gameId variable. And that’s it! If you want to use other ad network just call GameObject.Find(“Canvas”).GetComponent< MenuSelect>().GameContinue(); when on ad finish event is called. You could also monetize game using top banner. In case you want to implement google play games or apple game center leaderboard, just call Social.ReportScore(PlayerPrefs.GetInt (“bestScore”), “YOUR LEADERBOARD ID”, (bool success) => {}); to upload best score into leaderboard. Game is endless so main goal is to try to score as much as you can and to have fun! Enjoy! Report this assetBuy and Download
Share post
You must be logged in to post a comment
Top