playMaker

Author Topic: Wrapmode, length and time errors  (Read 1620 times)

mariov

  • Playmaker Newbie
  • *
  • Posts: 1
Wrapmode, length and time errors
« on: November 27, 2019, 09:17:48 AM »
Hi

Playmaker was working fine till, butn now even after a fresh install of playmaker I get the following errors:

Assets\PlayMaker\Actions\ActionHelpers.cs(159,22): error CS1061: 'AnimationState' does not contain a definition for 'wrapMode' and no accessible extension method 'wrapMode' accepting a first argument of type 'AnimationState' could be found (are you missing a using directive or an assembly reference?)

Assets\PlayMaker\Actions\Animation\PlayAnimation.cs(108,67): error CS1061: 'AnimationState' does not contain a definition for 'length' and no accessible extension method 'length' accepting a first argument of type 'AnimationState' could be found (are you missing a using directive or an assembly reference?)

Assets\PlayMaker\Actions\Animation\PlayAnimation.cs(108,55): error CS1061: 'AnimationState' does not contain a definition for 'time' and no accessible extension method 'time' accepting a first argument of type 'AnimationState' could be found (are you missing a using directive or an assembly reference?)

Any Ideas as to how I can solve this?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Wrapmode, length and time errors
« Reply #1 on: December 02, 2019, 02:59:44 AM »
Hi,

It looks like it was not installed properly, or an error is preventing editors to fully install playmaker properly.

- it could also probably be due to the asset store bug not serving the right version. is it with the same version of Unity? https://hutonggames.com/playmakerforum/index.php?topic=20177.0

Bye,

 Jean