Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: dhanze on May 27, 2015, 03:54:06 AM

Title: Help I need your Tips and Idea, Templerun look
Post by: dhanze on May 27, 2015, 03:54:06 AM
Hello, I want my game look like temple run and the logic, the math, concept or wtevr. pls give me Idea what im going todo to finish this gameproject...

How to make the enemy will follow the player, when the player hits the ROCK and reset the game after the player hits by the enemy.

Please give me idea.. Im working on Indipendent game maker...
 
Title: Re: Help I need your Tips and Idea, Templerun look
Post by: Tedthebug on May 28, 2015, 05:58:12 AM
for enemies, just set them to move towards the player by having them find then look at the player game object then move them towards it by add force or transform.position += transform.forward*speed*time.deltatime depending what you want.