I downloaded and installed a virtual joystick - https://assetstore.unity.com/packages/tools/input-management/joystick-pack-107631 For some reason, this joystick goes to the left less than to the right. Video - https://youtu.be/mPb47QUhReg What could be the problem?

    1 answer 1

    There was a problem in the code, in FixedJoystick:

    в методе: void Start() (cam, background.position); Нужно сменить background на handle: (cam, handle.position);