mfps error 1.0.6 bl_playeranimation.cs

Report errors found in any assets.
Post Reply
User avatar
Flyncriminal
Contributor
Contributor
Posts: 19
Joined: Mon Jan 12, 2015 6:11 pm

i have this error
" assets/MFPS/Script/player/bl_playerAnimation.cs(24,12): error cs0246 the type or namespace name 'NonAffectedJoints' could not be found. are you missing a using directive or an assembly reference?

how i fix that ?

thx .
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Oh sorry my error, the script was not in the package.

I'll back up the package at a moment, but if you do not want to download again, just add this in bl_PlayerAnimation (anywhere):

Code: Select all

[System.Serializable]
    public class NonAffectedJoints
    {
        public Transform joint;
        public float effect = 0;
    }
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply