Skip to main content

013. Unity3d Tutorial - Character Statistics 3/7

See video

In this tutorial, we will be creating our Attribute class in our hack and Slash game made with the unity3d game engine. It will be derived from our BaseStat class.

Tags:

Comment viewing options

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

Awesome tutorials.

Offline
Joined: Apr 9 2012

I have exactly the same code but i have this :

Assets/Scripts/Character Classes/Attribute.cs(12,16): error CS8025: Parsing error

line 9 : public enum AttributeName{
line 10 : Force,
line 11 : Endurance,
line 12 : Agilité,
line 13 : Rapidité,
etc..

Someone can help me?

Thanks for these amazing tutorials ! :D

Offline
Joined: Apr 12 2012

May you complete your enum. You may have to many commas.