About

Deus-Ex-The-Fall

Deus Ex: The Fall is the start of a new journey in the award winning Deus Ex game series for Android phones and tablets.

Search This Blog

Sunday, March 13, 2016

LARA CROFT: RELIC RUN

Lara Croft: Relic Run Developer: Simutronics Genre(s): Action, Endless Runner Lara Croft: Relic Run is the new free action adventure for Lara Croft fans. Run, swing, drive, and dive through beautiful and challenging locations collecting clues to uncover ancient relics. There’s no time to waste - how long can you survive? Key features: · 3 incredible locations – Jungle Temple, Desert and the new Mountain Pass - each filled with...

Tuesday, October 6, 2015

Application Quit In Unity 3D

Application Quit In Unity 3D public void QuitGame () { #if UNITY_EDITOR UnityEditor.EditorApplication.isPlaying = false; #else Application.Quit (); #endif...

Monday, August 24, 2015

Use Accelerometer for Roll-a-ball Movement in unity 3d

using UnityEngine; using System.Collections; public class PlayerController : MonoBehaviour { // Using same speed reference in both, desktop and other devices public float speed =1000; void Main () { // Preventing mobile devices going in to sleep mode //(actual problem if only accelerometer input is used) Screen.sleepTimeout = SleepTimeout.NeverSleep; ...

Friday, February 27, 2015

3rd person shooter Demo With Unity 3d

3rd person shooter Demo : Shoot the hovering orb repeatedly to make it break and go into a frenzy before finally exploding. Besides particle effects, physics, ragdolls, and more, this demo shows animation techniques such as realistic foot placement, procedural aiming and head turning, and how to smoothly turn procedural adjustments on and off while reloading. For Download Free Demo  Click hear ...

Wednesday, December 10, 2014

Survival Shooter game in Unity 3d

PROJECT: SURVIVAL SHOOTER Learn how to make an isometric survival shooter game with this project from Unite training day 2014. You can download the Project here....

Monday, December 8, 2014

Third person stealth game in Unity 3d

      PROJECT: STEALTH Create a fully functioning level of a third person stealth game, learn about player characters, enemies, game logic & management systems. Stealth Click hear ...