Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
DannyDickinson's avatar
DannyDickinson
Honored Guest
7 years ago

OVRPlayerController combined with LocalAvatarWithGrab

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'.

Any ideas guys?

Thanks in advance!

Danny

2 Replies

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous
    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.
  • smargieh's avatar
    smargieh
    Honored Guest
    @JacksonGordon, your suggestion doesn't work. Anyone else have a solution?