Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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