Skip to main content

017. Unity3d Tutorial - Character Statisics 7/7

See video

We continue with another tutorial in our Hack And Slash demo made with the Unity3d Game Engine.

In this video, we will create the class and enumeration for our skills.

Enjoy.

Tags:

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Offline
Joined: Dec 6 2011

there seems to be a problem at line 4 in the Vital script Im not sure why I spelled everything correctly, could you plz help me, here is line 4 to 8

public Vital() {
_curValue = 0;
ExpToLevel = 50;
LevelModifier = 1.1f;
}

Joined: Jan 25 2012

It's not supposed to be _curValue, it's supposed to be _known.

Note: Check your code all the time!