WILTAY
Honored Guest
since ‎08-10-2015
‎02-23-2021

User Statistics

  • 17 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I modified the Roll-a-Ball tutorial to take touch pad input instead of controller input by changing these lines:float moveHorizontal = Input.GetAxis ("Horizontal"); float moveVertical = Input.GetAxis ("Vertical");to this:float moveHorizontal = Input....
Hi folks,I posted this on Stackoverflow but hopefully someone here can tell me what I'm doing wrong. I'm trying to teach myself some basic Gear VR programming and have been trying to extend the Roll-a-Ball tutorial to include a timer and allow the us...