Page tree

Versions Compared

Key

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

...

Once you're happy with your settings, click Play!. Unity should now continue loading.

Navigating

...

Unity

You can use the W,A,S and D keys to move the camera around, Q and E to move it up and down. Hit J to toggle mouse look; this allows you to use the mouse to change the direction the camera is facing.

...

Interact with Brad Using Text

Toggle the text box with L. Use the arrow keys to see suggested questions, or type in your own questions. Hit Say to ask Brad the question.

...

Interact with Brad Using Speech

You can talk to Brad using a mouse and microphone when Unity is in full screen mode. Use the M key to turn this ability on and off. When the ability is on, click and hold the left mouse button while you are asking your question, and release when you're done talking.

...

See Using the Console

Developers

...

Loading VHToolkit Scene

  1. Open Unity
  2. File->Open Project (this may already be done for you if this is the first time you've launched Unity)
  3. On the Open Project tab, click the Open Other button.
  4. Navigate to the VHToolkit Unity Project here: <VHToolkit>\core\vhtoolkitUnity
  5. Click Select Folder
  6. In the Project column, double click on vhtoolkitScene.
  7. Click Play

...

Creating your own Project using the VHToolkit Unity Package

  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.

...

Creating 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

...

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

These steps assume you have virtual human art assets.

...