Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
Dismiss Notice
Join us now in the Performance Profiling Dev Blitz Day 2023 - Q&A forum where you can connect with our teams behind the Memory and CPU Profilers and the Frame Debugger.

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!