playMaker

Author Topic: PlayAnimation.cs Error  (Read 1577 times)

epsilonstudios

  • Playmaker Newbie
  • *
  • Posts: 4
PlayAnimation.cs Error
« on: June 15, 2014, 06:37:39 PM »
I just bought playmaker, but I'm getting some errors. Does anyone know how to fix this?
I'm running 4.2.2f1

https://www.dropbox.com/s/g00x1jzgzwoveyy/playmakerError.jpg

-James Guard
Epsilon Studios
« Last Edit: June 15, 2014, 06:40:18 PM by epsilonstudios »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: PlayAnimation.cs Error
« Reply #1 on: June 16, 2014, 03:20:47 AM »
Hi,

You should update to the latest version of Unity to begin with. Does that work then?

Bye,

 Jean

epsilonstudios

  • Playmaker Newbie
  • *
  • Posts: 4
Re: PlayAnimation.cs Error
« Reply #2 on: June 16, 2014, 03:36:21 AM »
I'm version locked, There are some dependencies that won't allow me to move any further than build 4.2.2f1. Is the newest version the only way to get playmaker to work, If so thats not an option for me.

-James Guard
Epsilon Studios

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4003
  • Official Playmaker Support
    • LinkedIn
Re: PlayAnimation.cs Error
« Reply #3 on: June 16, 2014, 07:19:31 AM »
No, there's something else going on here. Playmaker supports Unity versions back to 3.5.7 and it runs fine in 4.2.2 here...

My guess is you have a PlayMode class somewhere in your project that is stomping on UnityEngine.PlayMode. Try looking for that PlayMode class and put it in a namespace. Or worst case you could change Playmode to UnityEngine.Playmode in PlayAnimation.cs.