Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

PlayerControlScript operations under joystick movement

Discussion in 'Animation' started by Getsy, Dec 23, 2014.

  1. Getsy

    Getsy

    Joined:
    Nov 4, 2013
    Posts:
    12
    Hi,

    I am using PlayerControlScript.CS file to navigate the human 3ds model character in Unity very well. Using shortcut keys 'W', 'A', 'S', and 'D' on the desktop, I'm able to move the character front, back wards and rotate camera left and right side ways when playing in unity.
    I want to use this functionality under Joystick operation. I have create joystick in a unity scene, now i want to use similar character moving action based on joystick movement.

    Could someone kindly advise me, how can i use PlayerControlScript.CS operations under joystick movement ?

    Thank you in Advance!