Forum Discussion

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

How do i make the OVRCharacter Controller have mass and be a rigid body?

I say this because i want to be pushed by forces like if a  plank of wood falls on me with force it should rotate me in the updown axis at least alittle bit. So i need mass and i need to be a rigid body object. I WOULD DESELECT ROTATION for falling flat on my face or on my back and flip over but i would allow rotation( there are check boxes or at least there were in Unity 4) in the up and down axis.
THe thing is do i just add a rigid body to the characcter OVR controller and that will accomplish all i talked about? or do i need to do more?   If i'm a rigid body with mass will walking be difficult and slow? (XBOX controller)

2 Replies

Replies have been turned off for this discussion
  • Usually it isn't a good idea to move the camera when the user didn't really move. It makes people uncomfortable (nauseous) because the motion their eyes see doesn't match the motion their body feels. If you are sure you really want to do this, maybe use http://wiki.unity3d.com/index.php?title=RigidbodyFPSWalker instead.
  • Oh ok. I wont do it. I just didn't know. but thanks for the tip. you sound like an intelligent person