playMaker

Author Topic: Playmaker 1.8.1 - Set Animator IK Goal working?[Question]  (Read 8419 times)

asenyour

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Playmaker 1.8.1 - Set Animator IK Goal working?[Question]
« Reply #15 on: September 02, 2016, 11:44:11 AM »
Thanks Jean
This seems to be a really persistent problem to be going on this long without a fix, and you don't have any other work around that would do a similar type of action?
Brian

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker 1.8.1 - Set Animator IK Goal working?[Question]
« Reply #16 on: September 05, 2016, 04:29:39 AM »
Hi,

There is a workaround :) The solution is to use the old proxy system and related actions.  It's still on the Ecosystem. Then them old actions do target any gameobject, they internaly add the necessary proxy to the gameobject and your action can get infos from an fsm that sits in another GameObject that is not the IK target.

Let me know if you struggle with this. When you'll import that ecosystem package it will overwrite the official actions, so you'll need to fiddle around. I would simply only import the actions you want to use ( GetAnimatorIKGoal) and leave other actions untouched.

 Bye,

 Jean