EstudosLivres / UnityMobileSetup

Setup Unity for mobile development with XCode iOS simulator tests
1 stars 0 forks source link

Mobile Moves Input #6

Open TonGarcia opened 4 years ago

TonGarcia commented 4 years ago

Download Standard Assets from the Asset Store & import it

download-and-import-assets
TonGarcia commented 4 years ago

Adam ThirdController Added to Scene

Captura de Tela 2019-12-04 às 03 36 08
TonGarcia commented 4 years ago

Add CrossPlatform > MobileSingleStick

  1. Find it in the project folder nav & add it to the hierarchy

    mob-input-proj-nav
  2. Disable and re-enable mobile inputs (unity menu bar)

    disable-enable-mobile-input
TonGarcia commented 4 years ago

Mobile Camera Moves

  1. Create Canvas with scale screen

    canvas-with-settings
  2. Custom mobile inputs layouts

    Captura de Tela 2019-12-04 às 04 06 18
TonGarcia commented 4 years ago

Using Modern Mobile input instead default crossplatform unity

*Obs.: might be refactored (not working correctly, the character is jumping/bugging on walking)

  1. Download & import Joystick Pack

    joystick-pack
  2. Create a Canvas and add the floating version (must used and prevent view pollution)

    floating-input