[RELEASED] Tower Defense Perfect Kit


Tower Defense Perfect Kit (TDPK) is a full package to create tower defense games like the kingdom rush easily.

  • It is compatible with mobile as well as standalone and webplayer.
  • all scripts are written with c#
  • ugui only (doesn’t require other asset)
  • Unity5 Ready.

Try the Webplayer
AssetStore Link

1 Like

here is another movie to show How to add path & turret base in editor.
any questons or suggestions are welcome.

Here is the download link of TDPK.apk for android (Dropbox)
I have tested on samsung galaxy s2 (Gingerbread) & nexus4 (Rollipop).
TDPK.apk

TDPK 1.0.1 has updated now.

  • Unity Editor 4.6x support added.

I plan to update a variety of features.

  • stage select menu scene & another stage (working in progress)
  • more tower & upgrade (stun, projectile tower)
  • more enemy (enemy with shield, etc…)
  • heros
  • skill & shop

I didn’t decide what features will be added for next update until now.
However, I will start updating those features step-by-step.

Looks very interesting! Good luck with the sale :wink:

I want to purchase. Is it complicated to change the creeps and towers!? Will you include a shop system for a monetize way? a

Any buyers willing to post a review?

This looks like good value at todays discounted price.

Hi Kasaie !
Thanks. Good luck to you.

Hi Devision4 !
I plan to make more tutorials.
(How to add a Enemy, How to add aTower, etc…)
Please wait next tutorial!
and Shops will be added sooner or later.

Great! I don’t regret my purchase.

When do think the next update will be? Thanks!
R

New tutorial uploaded.
Tower Defense Perfect Kit - Tutorial 2 : Create New Enemy

More tutorials will be upload step-by-step.

I plan to upload more step-by-step tutorials soon as follows:

  • Tutorial 1 : Add Path (uploaded)
  • Tutorial 2 : Create New Enemy (uploaded)
  • Tutorial 3 : Create New Tower (comming soon)
  • Tutorial 4 : Create New Level

Each tutorial will take about 2-3 days to create.
Please keep checking my Youtube channel and unity forum for updates.

to rydewitt
About the next update:
I plan to request a review from the asset store team at the end of this month. so the publication date will be in the 1st week of October.
Added features are below.

  • More detailed comments.
  • More detailed documents.
  • Stage select scene & script.
  • 1 more game stage.
  • Tower targetting options.
  • Enemy with animation and shield.
  • More graphic resources.

Any questons or suggestions are welcome.

sounds great

I uploaded a video tutorial named “Tower Defense Perfect Kit - Tutorial 3 : Create New Tower” to my Youtube channel.

great!!! Thank you!

I purchased your asset, my credit card was charged $100, and the project never showed up in my downloads.
frustrating. :frowning: . Unity support has not replied to my support email nor web contact yet.
Ryan

New tutorial ! “Tower Defense Perfect Kit - Tutorial 4 : Create New Stage”.

to rydewitt
I’m so sorry to hear that. I hope your problem will be resolved soon.

Cool. thank you. How can we make that after complete Stage 1 its loading Stage 2?

to Devision4
Change OnButtonNext() in UIResult.cs
public void OnButtonNext() {
BEUtil.instance.SoundPlay(6);
Application.LoadLevel (“New Scene Name”); // change here !
}

Thank you! Excellent support. I wish you many sales.