gigyun2 / 3DTowerDefense

0 stars 1 forks source link

TODO list #2

Open tonyliu7870 opened 7 years ago

tonyliu7870 commented 7 years ago

==================== 1st phase for testing=============================

  1. CharacterController
  2. 1 scene and SceneController
  3. 1 simple sphere as projectile and attach ProjectileController and set parameters and bake as Prefab
  4. drag 1 monster to map and attached MonsterController and set parameters and bake as Prefab
  5. drag 1 tower to map and attached TowerController and set parameters
  6. create 1 cube to map and attached BarrierController and set parameters
  7. create 1 plane to map and attached TrapController and set parameters
  8. Use SceneController to instantiate the monster prefab and set the route

=================================================================

==================== 2nd phase for testing=============================

  1. create capsule to scene and attach PlayerController
  2. able to set up Towers at Placeable
  3. able to set up Barrier at Walkable
  4. able to set up Trap at Walkable
  5. new set up building function well with Monsters

=================================================================