playMaker

Author Topic: animator iscontrolled error in unity 2017.4.5f1[SOLVED]  (Read 3041 times)

vv3

  • Playmaker Newbie
  • *
  • Posts: 31
animator iscontrolled error in unity 2017.4.5f1[SOLVED]
« on: June 18, 2018, 12:47:28 PM »
With PM 1.9 and unity 2017 I have this error:

Assets/PlayMaker Animator/Actions/GetAnimatorIsControlled.cs(97,35): error CS0619: `UnityEngine.Animator.IsControlled(UnityEngine.Transform)' is obsolete: `use mask and layers to control subset of transfroms in a skeleton'

I only found similar discussion here: http://hutonggames.com/playmakerforum/index.php?topic=5454.0
From what I see here: https://hutonggames.fogbugz.com/default.asp?W1031
I should not have this problem with PM 1.8.1+
ps. I allready tried downloading the animator proxies from eco but it does not help. And if i comment a part of the code, the template does not run correctly. Tried with and without all 4: http://myprintscreen.com/s/u9m9/6cef46f00d

why then this problem ? what should I do ?

Also, before that I solved another error that was discusssed here: http://hutonggames.com/playmakerforum/index.php?topic=9792.15
« Last Edit: June 19, 2018, 03:42:00 AM by djaydino »

vv3

  • Playmaker Newbie
  • *
  • Posts: 31
Re: animator iscontrolled error in unity 2017.4.5f1
« Reply #1 on: June 18, 2018, 01:04:36 PM »
deleting the cs file seems to let the game run, but does it affect in anyway the movement or any other part of the game ?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: animator iscontrolled error in unity 2017.4.5f1
« Reply #2 on: June 18, 2018, 03:13:37 PM »
Hi.
If you are not using that action, then it should not affect anything :)


vv3

  • Playmaker Newbie
  • *
  • Posts: 31
Re: animator iscontrolled error in unity 2017.4.5f1
« Reply #3 on: June 18, 2018, 04:15:16 PM »
I do not know what that action does in unity 2017 and I do not know if it afffects the gampeplay or not. Maybe it does becasue it is very strange what it happens.
I cannot find ho to use/change the controls on a PC where I am testing this template. I cannot JUMP or move left right to the lanes, I see a lot of things on the screen. Something is very strange.
Look here: http://myprintscreen.com/s/u9pn/4f406c24eb
LE: this part is solved with disabing "TouchCamera". Still the controls are imppossible to find. I asked the dev help as left right are not working and I do not have a clue why or where to manage them with PM.


« Last Edit: June 18, 2018, 04:49:58 PM by vv3 »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: animator iscontrolled error in unity 2017.4.5f1
« Reply #4 on: June 18, 2018, 07:21:20 PM »
Hi.

Yeah, i think its best to wait for the def to answer,
i can't test on my side as i don't own the template and for you its hard to find where the issues are.

vv3

  • Playmaker Newbie
  • *
  • Posts: 31
Re: animator iscontrolled error in unity 2017.4.5f1
« Reply #5 on: June 19, 2018, 02:08:44 AM »