Page tree

Versions Compared

Key

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

...

The vhAssetsPackage is a redistributable Unity3D Engine package file that contains functionality for allowing Smartbody and VHMsg to work from within the Unity3D engine.

The Toolkit uses Unity as it's primary rendering engine.  It can run in Unity Free or Unity Pro.  For Unity Free, we interface with Smartbody using 'bonebus mode'.  For Unity Pro, we access Smartbody directly using a .dll.

Some additional functionality that the vhAssetsPackage contains is:

  • An extension of MonoBehaviour that allows order-dependent initialization and updates
  • Smartbody interface
  • VHMsg interface
  • VHCL Audio interface
  • Asset Post-processors that ease pipeline integration
  • Resolution independent UI classes
  • Interactive Debug Panel
  • Customizable Free Mouse Look
  • Ini file configuration
  • Loading Screen
  • Performance time demo tests
  • File Parsing
  • Application setup point
  • Customizable build process
  • Fps and Memory Debug Info

Any of these optional components are available when installing the vhAssetsPackage

...

Info

m_ConfigFile = new IniParser(configFileName);

m_ConfigFile.GetSetting("SomeSetting") // returns a string with the value of that setting, if it exists

Known Issues

Either list of common known issues and/or link to all Jira tickets with that component name.


FAQ

FAQ