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.
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.
I purchased your asset, my credit card was charged $100, and the project never showed up in my downloads.
frustrating. . Unity support has not replied to my support email nor web contact yet.
Ryan
to Devision4
Change OnButtonNext() in UIResult.cs
public void OnButtonNext() {
BEUtil.instance.SoundPlay(6);
Application.LoadLevel (“New Scene Name”); // change here !
}