Search results for query: *

  1. T

    Question Quest 3 - Hip tracking?

    Wait, you can use passthrough with valve index?? I thought it wasn't possible. How did you figure out how to do that?
  2. T

    Question How to trigger a plugin by touch

    You know there is a second tab in the jaw physics and triggers tab called "end actions", meaning that when the collision is removed (ie nothing is touching it anymore) you can trigger another action. So you can just turn off the plugin from there.
  3. T

    Question look room save as enviroments

    Some environments are just custom unity assets. You can try adding one to the scene and see if you can find the file for the environment there. Another way would be to merge load the scenes. Strip everything you don't need from each scene and merge load them. Of course you may need to move...
  4. T

    Question Non-Spherical Invisible Collisions Trigger?

    That worked perfectly, thanks.
  5. T

    Question Non-Spherical Invisible Collisions Trigger?

    For example to trigger an event when you walk through a door or hallway. Instead of having a hovering sphere which usually needs to be scaled up to a massive size to make sure that the player or person doesn't miss it, a trigger that fits nicely into the door space would be more convenient.
  6. T

    Question Non-Spherical Invisible Collisions Trigger?

    I would like to have a square (door shaped) collision trigger. I know that you can make a cube or other asset to be a collision trigger, and you can set alpha to 0 to make it invisible, but it still has collision so you cannot really walk through it, in VR at least, as your hands will get...
Back
Top Bottom