2024r176 Ex3 to 2024r176 Ex4¶
Table of Contents¶
Breaking Changes¶
- Removed
GetBoneTransform(HumanBodyBones humanBone) : Transform
from the AvatarAPI - This was introduced to be used with FinalIK elements, but we're going instead to opt to create an API to manage the IK properly
Bug Fixes¶
- The events now check against
isActiveAndEnabled
and not onlyenabled
to determine whether they should run or not
New Features¶
Globals¶
IsValid()
is now available as a Global Special Function to properly null check System Objects, Unity Objects, and our API Objects Like Player or Avatar