All Projects ā†’ dabeschte ā†’ Vrarmik

dabeschte / Vrarmik

Licence: mit
Unity Inverse Kinematics solution for arms in VR

Projects that are alternatives of or similar to Vrarmik

Dungeontemplatelibrary
šŸŒ: Dungeon free resources (terrain & roguelike generation)
Stars: āœ­ 595 (+532.98%)
Mutual labels:  unity, unity3d, vr, virtual-reality
Vrtk
*Beta* - An example of how to use the Tilia packages to create great content with VRTK v4.
Stars: āœ­ 3,422 (+3540.43%)
Mutual labels:  unity, unity3d, vr, virtual-reality
Unity Webxr Export
Develop and export WebXR experiences using Unity WebGL
Stars: āœ­ 130 (+38.3%)
Mutual labels:  unity, unity3d, virtual-reality
Vivegrip
Physics-based grabbing for SteamVR development in Unity.
Stars: āœ­ 159 (+69.15%)
Mutual labels:  unity, vr, virtual-reality
Ar Vrcourse
VR,AR,MR 开发兄é—Øꕙē؋
Stars: āœ­ 298 (+217.02%)
Mutual labels:  unity3d, vr, virtual-reality
Geomapping With Unity Mapbox
Geomap is the virtualization of data that maps a Country. Mapbox Unity SDK gives data(Global map layers of Streets, Buildings, Elev, and Satellite) generating custom 3D worlds for Mobile VR/AR apps.
Stars: āœ­ 118 (+25.53%)
Mutual labels:  unity, unity3d, virtual-reality
Xrtk Core
The Official Mixed Reality Framework for Unity
Stars: āœ­ 219 (+132.98%)
Mutual labels:  unity, unity3d, vr
Viveinpututility Unity
A toolkit that helps developing/prototyping VR apps.
Stars: āœ­ 256 (+172.34%)
Mutual labels:  unity, vr, virtual-reality
Mapssdk Unity
This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
Stars: āœ­ 307 (+226.6%)
Mutual labels:  unity, unity3d, virtual-reality
Hover Ui Kit
Create beautiful user interfaces for immersive VR/AR experiences.
Stars: āœ­ 662 (+604.26%)
Mutual labels:  unity3d, vr, virtual-reality
Spatial Computing
Samples showing how to use Azure and AI services in Mixed Reality projects
Stars: āœ­ 63 (-32.98%)
Mutual labels:  unity3d, vr, virtual-reality
Mesh maker vr
Mesh Maker VR
Stars: āœ­ 47 (-50%)
Mutual labels:  unity, unity3d, vr
Unity Experiment Framework
UXF - Framework for creating human behaviour experiments in Unity
Stars: āœ­ 81 (-13.83%)
Mutual labels:  unity, vr, virtual-reality
Iridescence
Iridescence shader
Stars: āœ­ 89 (-5.32%)
Mutual labels:  unity, unity3d
Unity Azure Pipelines Tasks
Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
Stars: āœ­ 83 (-11.7%)
Mutual labels:  unity, unity3d
Unityandroidhotupdate
(Unity3Dēƒ­ę›“ꖰ) provide a way to hot update Unity app on Android, support code&resources, not need lua js or IL runtime etc..., will not disturb your project development; just loading the new version apk file to achieve.
Stars: āœ­ 85 (-9.57%)
Mutual labels:  unity, unity3d
Unityheapcrawler
Reflection based heap shapshot tool for Unity game engine
Stars: āœ­ 91 (-3.19%)
Mutual labels:  unity, unity3d
Unity Abstract Wire
Unity Abstract Wires Effect
Stars: āœ­ 83 (-11.7%)
Mutual labels:  unity, unity3d
Trailboids
Just tried making boids with particle trails.
Stars: āœ­ 93 (-1.06%)
Mutual labels:  unity, unity3d
Unity Animator Helpers
A micro-framework for changing Unity 3D's Animator parameters with ScriptableObject(s). Designed to make going from custom scripts to Animator parameters easy. Works with 2D or 3D projects.
Stars: āœ­ 89 (-5.32%)
Mutual labels:  unity, unity3d

VRArmIK

VRArmIK brings arms into VR without any additional tracking devices. Using head and hand positions, the shoulders and arms are estimated to create realistic arm movements.

See the Video on Youtube

Features

  • VR Tracking to Wrist and Neck estimations (currently only optimized for Oculus Touch)
  • Estimates shoulder position and orientation
    • 360Ā° movement
    • crouching
    • distinct shoulder rotations when stretching the arms to their limits
    • arm dislocation when the distance between shoulders and controllers is larger than the virtual arm
  • Simple Arm IK Solver which connects shoulders with hand target positions
  • Complex Elbow Angle calculations
    • many variable to optimize the IK for different use cases
    • prevents unrealistic hand rotations

How To Use

  1. Download package from Unity Asset Store
  2. Add PoseManager and Avatar Prefab into your scene
  3. Run

Take a look at the Demo scene to see a working demo.

Tips & Tricks

  1. If the code does not compile, make sure that the Scripting Runtime is set to .NET 4.6 instead of 3.5. Unity Manual
  2. If the shoulders are always (or never) facing downwards, try using Unity's "Camera OFfset" with tracking mode set to "Floor" and camera Y offset set to 0. If you do so, you also need to follow the next step:
  3. If the avatar is a couple of meters below your head, try setting the "Vr System Offset Height" in the PoseManager to 0.

If you have any other questions, please open an issue in the issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].