Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Unity
  2. File->New Project
  3. Copy the vhAssetsPackage.unitypackage file to this new project. You'll find it here: <VHToolkit>\bin\vhtoolkitUnity\vhAssetsPackage.unitypackage. Copy this file to <your project>\Assets
  4. In Unity, in the Project column, double click on the vhAssetsPackage file
  5. You now have a Unity project containing all of the VHToolkit code needed to create your own virtual human.

Create a Virtual Human using the VHToolkit Unity Package (simple)

  1. Open Unity
  2. Copy bin/vhtoolkitUnity/vhAssetsPackage.unityPackage and bin/vhtoolkitUnity/vhAssetsTestScenePackage.unityPackage into <your project>\Assets
  3. Double click vhAssetsPackage in the project view and import
  4. Double click vhAssetsTestScenePackage in the project view and import
  5. Open vhAssetsTextScene

Create a Virtual Human using the VHToolkit Unity Package (detailed)

These steps assume you have virtual human art assets.

...