Hi guys,
basically I’m trying to create a 3D mobile game where the user controls the vision of the character by pointing the phone where they want to look as if looking through a window into another world. I know it would probably be better to use input.gyro.attitude? from what I can tell but It doesn’t work on my android device because it doesn’t have a gyroscope (i think… it’s not actually my device I just get to test on it occasionally). is there a way for me to convert input.acceleration to do this since that definitely does work on that device (I don’t know what type of values it returns though, I think it’s 0 parallel to the ground to 1 and -1? but obviously I have no idea)
Many thanks,
Alec.