Major Update - Improved Visuals and More Enemies


Major update as of 11/06. Visuals vastly improved with the addition of glow to street lamps and multiple light sources.

New enemies added included pumpkins and crows and improved progressive spawning.

Added Quit option to title screen.

Fixed a bug where ghost enemy was not properly rotated.

Files

Witch Defense.zip 107 MB
Nov 07, 2020

Get Witch Defense- Unity Project

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

(1 edit)

Hi again. Only Robes can decrease HP right now. I assume that it's bug or that we are to do that ourselves.

Also there is a error with the freezeObj:

UnassignedReferenceException: The variable freezeObj of camcon has not been assigned.
You probably need to assign the freezeObj variable of the camcon script in the inspector.
UnityEngine.Transform.get_position () 
camcon.Update () (at Assets/camcon.cs:90)

Do you know how to fix this?

I will do at least one more update to this project so will add the check for the other enemies damaging HP. Will also be adding an MP meter that is filled when performing melee kills. And then the ice wave will only be available with sufficient MP. 

As for the error, its because the iceblock object is not associated with the freezeObj variable on the camera. This was intentional as it was making an unwanted ice block appear. Long term, I will need to come up with a proper solution. However, I don't think the error should prevent the project or resulting exe file from running.

Ok. Thanks