samOtero / PTDGame

A 3D reimagining of the original Pokemon Tower Defense game made in Unity.
17 stars 2 forks source link

Create tower unit object at the start of the level #12

Closed samOtero closed 2 years ago

samOtero commented 2 years ago

Currently we create the tower unit objects on demand when they are added to a spot on the level.

We want to change this to create them ahead of time or when you capture a unit into your party and store them in the party object.

Will need to add a new property in the unit that will prevent it from trying to attack or be attacked etc.