VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.Avatar.AVR_SimpleAvatar.Start ( )
inlineprotectedvirtual

Reimplemented from AVR.Core.AVR_Component.

Definition at line 25 of file AVR_SimpleAvatar.cs.

26  {
27  base.Start();
28  animator = GetComponent<Animator>();
29 
30  animator.logWarnings = false; //TODO: This disables warning-spam if parameters (like "Speed") dont exist. Perhaps this should be optional based on a setting.
31 
32  lastPos = playerRig.FeetInWorldSpace;
33  }