Hi all!
I have a weird issue:
My UIButtonOffset works fine with the mouse, but it does not seem to work with keyboard or controller input.
I did some Debug.Logging in the script.
Using keyboard or controller input, it seems that the OnHover is also called at the start of the press (after OnPress and OnSelect)
It is NOT called when pressing with the left mouse button.
This is probably causing a conflict in the tween target vector I'm guessing.
My solution was to comment out the OnHover behavior, which seems to fix it for me.
(Luckily I am not using this functionality!)
Any ideas?
Diederik / Xform
EDIT: I noticed that I WAS using the OnHover functionality somewhere else in my project

.