Hey everyone!
I am somewhat new to Unity and I am currently struggling with the implementation of touch screen controls for my camera which already is working fine with mouse inputs.
To test what is going on, I wrote a very simple script and attached it to my camera:
Bizarre behaviour with Touch Inputs
I am somewhat new to Unity and I am currently struggling with the implementation of touch screen controls for my camera which already is working fine with mouse inputs.
To test what is going on, I wrote a very simple script and attached it to my camera:
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- {
- {
- {
- // this happens in the editor, but not in...