Search Unity

touch controller for Android to create a 3d rpg

Discussion in 'Android' started by WardeG, Mar 26, 2013.

  1. WardeG

    WardeG

    Joined:
    Mar 25, 2013
    Posts:
    8
    Good afternoon. Help me find the touch controller for Android to create a 3d rpg
    Thanking you in advance (sorry for the mistakes arfograficheskie unnecessarily I'm from Russia)
     
  2. Freezy

    Freezy

    Joined:
    Jul 15, 2012
    Posts:
    234
    Cast a ray to a plane (the floor)
    And move the character to the clicked location

    to make the camera follow you have two options:
    parent camera to a node shared with your character to easily fix the angle and distance

    GameObject
    - Character
    - Camera

    Or:
    Create a script to copy the location of your character

    Should be simple enough to create