NestorTejero / ES2016A

VideoJoc Curs Enginyeria Software 2016 - grup A de pràctiques (dijous)
https://nestortejero.github.io/ES2016A/
GNU General Public License v3.0
2 stars 0 forks source link

Fix bug with tower prefabs #118

Closed sdiaz7 closed 7 years ago

sdiaz7 commented 7 years ago

Some tower prefabs do not any projectile assigned, causing the game to crash when they try to shoot. Some tower Behavior components are unreachable, causing the game to crash when placed in the world. Some tower prefabs lack a rigid body.

sdiaz7 commented 7 years ago

Since the bugs are already in dev I will be pushing the fix directly to dev.

sdiaz7 commented 7 years ago

Third tower prefab (Tower2) does not have a NavMeshObstacle component, and hence remains undetected by enemies.

sdiaz7 commented 7 years ago

TowerBehavior components placed in prefab's children are now reachable.