Closed davidyrgilbert closed 2 years ago
And I just saw that you fixed this yesterday already <3
Yep! Sorry for the intermittent build failure :) Still trying to move rather fast, I hope releases will stabilize soon in preparation for / as part of the merge back to the KhronosGroup repo.
In the latest dev, the following issue gets thrown:
Looking at the code this is quite straightforward: TargetCurveSet is only defined when ANIMATION_SUPPORTED is true, which for my build (dedicated server) it isn't. The corresponding line in ExporterAnimationHumanoid however isn't in an
#if
block, which then fails.