Downloading the VirtualGrasp plugin for Unity

The VirtualGrasp SDK for Unity is currently available in the two versions FREE and PRO:

Version PRO FREE
VG SDK & Interaction Engine
Android & Windows support
Object Baking  
Grasp Editing  
Custom Hand Models  
Replay Features  
Commercial License  

Supported Unity Engine Versions

In our experience Unity and the VirtualGrasp SDK are very robust in terms of up- or downgrading inside a major Unity version (e.g., 2020.x.x, 2021.x.x, etc) for your projects.

Note that VirtualGrasp SDK supports Windows and Android builds, but not MacOS.

The following is a list of Unity Engine versions that we have tested the VirtualGrasp SDK with:

  • Unity 2019.x and earlier is not and will not be supported due to the lack of ArticulationBody components.
  • Unity 2020.x is supported and has been tested successfully.
  • Unity 2021.x is supported and has been tested successfully.
    • Unity 2021.3 is the version that we are currently using to create the SDK.
  • Unity 2022.1 is supported and has been tested successfully.
    • For Unity 2022.1.0b, there is an Inspector GUI artifact in VG_MainScript/Sensors, but it is a known Unity issue.

Getting Started with VirtualGrasp and the Console View

There is only one minimal main component you have to add by default to use and configure VirtualGrasp: MyVirtualGrasp.cs. Adding a component to your scene and playing your scene, you should see some messages produced by the plugin in the Console Window.

You can identify that VG has been successfully initialized when a message like these appear on the Console, also informing you of the SDK version:

Initialized VirtualGrasp SDK (version 1.2.0-full).

If you want a quick start, Prefabs “SensorAvatar” and “SensorAndReplayAvatars” are added since version 1_2_0 in Runtime\Resources\Prefabs\ to provide easy setup of MyVirtualGrasp with GleechiRig.

QuickStart Video