Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

CInemachine

Discussion in 'Cinemachine' started by Shaurya0707, Jun 1, 2020.

  1. Shaurya0707

    Shaurya0707

    Joined:
    Mar 11, 2020
    Posts:
    1
    How can I use cinemachine with a mobile joystick?
    Thanks and Looking forward for help
    Shaurya
     
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,745
    Cinemachine works with Unity's standard input system. Set up an input axis to read the joystick, then instruct your cinemachine vcam to take its input from that axis. You do that by using the appropriate input axis name in the vcam's fields, for example:

    upload_2020-6-9_7-58-8.png