Forums › 💬 Slate Sequencer › ⚙️ Support › Don't work Final IK › Reply To: Don't work Final IK
Hi. Gavalakis
Perhaps s all a matter of the update order.
I think it’s a matter of the update order of the runtime and the editor mode.
Runtime Update() or coroutine : slate LateUpdate() : FinalIK
Editor mode OnGUI()
It worked fine at run time with LateUpdate () as shown in the code below. Please refer to the revised issue.