Shift The Shape – Complete Unity Source Code

Overview

Shift square up and down to change its form so it can fit through the obstacles. If you want to test it on your device you can download apk here: https://www.dropbox.com/s/1w0y… 

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 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 to leaderboard

Requirements

Requires Unity3D 2017.1.5 or newer

Instructions

  • Unzip the file
  • Import all unzipped files into unity
  • Start “game” scene from “Scenes” folder

Related