• Happy Holidays Guest!

    We want to announce that we will be working at reduced staffing for the holidays. Specifically Monday the 23rd until Jan 2nd.

    This will affect approval queue times and responses to support tickets. Please adjust your plans accordingly and enjoy yourselves this holiday season!

  • Hi Guest!

    Please be aware that we have released a critical security patch for VaM. We strongly recommend updating to version 1.22.0.7 using the VaM_Updater found in your installation folder.

    Details about the security patch can be found here.

Search results for query: *

  1. S

    Question VR Hands - Spring/Damper/Max Force Settings?

    Hello, Is there a way to adjust how "strong" the VR Hands are like any other node? Do values similar to Spring, Damper, Max Force or Max Velocity exist for the VR controllers? Thanks in advance!
  2. S

    Question Accessing and modifiying protected variables - Comply Speed, Threshold

    Awesome! Thank you very much I`ve managed to do it for my use case! ???
  3. S

    Question Do i need Steam VR to launch VR directly for quest?

    If you want to run VAM through Virtual Desktop you need to right click the Streamer App while in VR and click launch game. Navigate as was mentioned before to your VAM directory and double click on VAM.exe. Virtual Desktop has been working flawlessly for me.
  4. S

    Not A Bug Issues with controllers

    Hey, I've had issues running VAM through Virtual Desktop and SteamVR so now I only launch it from Virtual Desktop Streamer App. It has more natural controls for me and its a bit faster since SteamVR isn't running in the background. I right click on the Streamer App while in VR and click Launch...
  5. S

    Question Accessing and modifiying protected variables - Comply Speed, Threshold

    Hello, I've been trying to set the Comply Position/Rotation Threshold and Comply Speed via a script in a similar fashion the how the other FreeControllerV3 variables are set but I was unable to set those three as they are protected in the base class The regular...
  6. S

    Plugins (Extended) VR Controllers

    Hey, I had another question, would you happen to know what the code would be for the A and X buttons on the Oculus controllers? I'm trying to map a toggle for switching between Play Mode and Edit Mode without going through the menu each time using the following functions...
  7. S

    Plugins (Extended) VR Controllers

    That's exactly what I needed! Now I activate it either by LT + RB or RT + RL as follows and it doesn't interfere with anything. Everything I've added or changed is in yellow below. Thanks a lot for the help! private void DoStep() { bool a =...
  8. S

    Plugins (Extended) VR Controllers

    Right now I have it set-up like this: bool a = SuperController.singleton.GetLeftGrab(); bool b = SuperController.singleton.GetRightGrab(); //bool a = SuperController.singleton.GetLeftGrabVal() > tolerance; //bool b = SuperController.singleton.GetRightGrabVal() >...
  9. S

    Plugins (Extended) VR Controllers

    I tested it with the Grab button without a tolerance. It is indeed tricky but will work for now as it stops me accidentally activating it. Great stuff for the revision; Curios of the improvements! Thanks so much for the reply!
  10. S

    Plugins (Extended) VR Controllers

    I just realized the other button is not treated as having a Value that passes a tolerance but is On/Off so it would be a different approach. What I'm trying to do is to switch the Grab and Trigger since you tend to do a lot of "grabbing" in VR with both hands which enables the movement and...
  11. S

    Plugins (Extended) VR Controllers

    @fabio excellent plugin. Thanks for sharing. Had a question, do you know what the value is to get the Trigger instead of the Grab Hold? Currently the code calls GetLeftGripVal, what would be the equivalent for the other button? Would you know? Thanks!
  12. S

    Make Leap Motion wireless with Oculus Quest 2

    I've stumbled across these articles, seems like Unity has the libraries and functions to use the native Quest 2 hand tracking data. I wonder if people who actually know Unity if they can't develop a Scene Plugin which can override VAM controller tracking by forcing it to Hand tracking or if it...
  13. S

    Plugins Bhaviour

    Hi great plugin with some great features! The way I generally play VAM is as a "bodyless" player since I find it cumbersome sometimes to posses. That being said, is there a way to detach the "invisible body" rotation from the VR headset orientation? Positioning over the model and then...
  14. S

    Plugins SlapStuff

    Hello, if the plugin is added to the Scene Plugins you are able to select the VR hands and different finger segments, however, even when setting the target to the atom, no collision occurs and no sound is generated. Any clue? Thanks!
Back
Top Bottom