Helper/diagnostic class which reads controller state and serializes it to a Unity Text asset on a per-frame basis.
Rather than being bound to a specific controller, instances of this class invoke
OVRInput.GetActiveController each frame to report information on whichever controller is currently considered active. Consequently, there is no reason to ever have more than one
OVRControllerTest active at the same time.