unity sdk

I made an animation on a mouse click in unity, I want to make it so that when I press the arrows on the keyboard the model moves x y, but it doesn’t work, it doesn’t let me change it, if the sliders are moved with the mouse in cubism parameters inscpector, then it returns everything back … ( does not allow to change) What am I doing wrong?

Here’s a video so you can understand what I’m talking about:

Hello @aleksandra ,

Thank you for your contact.
This is Live2D Support.

Depending on the order in which the scripts are executed, the process of moving the model may be overwritten by other scripts.
Cubism SDK for Unity has a function to control the script execution order.
See “Control the Order of Execution of Your Own Components” for details on how to set this up.

Operations in CubismParameterInspector while a scene is running will not work properly due to Unity’s editor extensions and Cubism SDK’s parameter update execution order specification.
CubismParameterInspector is intended to be used when not running.

Best regards.