I need your help, I’m new in this software and I wonder a thing.
Could I move the camera cardboardmain with a bluetooth controller? Can you help me? I want walk across a model controlled for the gamepad bluetooth and also see with the cardboard. Is this possible?
Yeah i got it working! Using cardboard, am sending text keyboard signals into bluetooth on an android. In Unity, created a keyinput listener, such as if press ‘w’ then apply force. Attached this to a rigid body parent of the camera. Froze the rotation so my object wouldnt tip over. The rigidbody holds the cardboard camera and did a build/run. It works!