How know that motion controller is turning clockwise or counter-clockwise?

Hello.

I have some trouble with this step. I need to know in what direction turned motion controller. In dependence of this direction the object should be rotate.

I also find this post https://forum.unity.com/threads/tra…urning-clockwise-or-counter-clockwise.528387/ , but it not helped me.

If you have some idea, please contact me

You can grab the rotation of a controller through the interaction manager and use that to translate rotation of a game object.

XR Nodes could be another option to track a controller and get the rotation from one object translated to another.