What tower defence turret AI approach is best-practice?
G'day guys, I'm writing a tower defence game and currently have a functional system where the player clicks to 'deploy' a turret, after which any enemy that enters that turret's collider triggers an...
View ArticleApplying Damage To A Player Objects From An NPC
Hello, I am making a TD game and will be having several different NPCs applying damage to player objects when they are attacking. My NPCs have different animation speeds; so is there a way to apply...
View ArticleShooting bullet problem c#
The codes below showcase, a turret, bullet and enemy health script respectively. However i'm having some serious problems, currently the script instantiates 1000s of clones of prefab type bullet....
View ArticleObject faces -180 degrees away
I am building a tower defense game, but with my code, the tower faces -180 degrees away from the target. Why? using UnityEngine; using System.Collections; public class Cannon : MonoBehaviour { public...
View ArticleProblem with TD script.
Hi guys. I'm making Tower Defence game and i stuck in scrip which i translated from java to c#. i dont know how to do for loops could you help me? (and also i use ngui free) using UnityEngine; using...
View Article