I'm a total beginner so bare with me. I'm trying to combined the functionality of both 'OVRPlayerController' combined and 'LocalAvatarWithGrab'.
I want the player to be able to grab items in the scene which i'm able to do with 'LocalAvatarWithGrab' but the player isn't able to walk like they can with 'OVRPlayerController'.
I haven't used LocalAvatarWithGrab, but I would try to put it as a child of the OVRPlayerController, so it should inherit the movement aspect of that script.