Vanda Engine 2.4.3
Vanda Engine 2.4.3 is available for download:
Official website: https://vanda3d.org/download-vanda-engine/
Github: https://github.com/ehsankamrani/vandaengine/releases/tag/v2.4.3
Sourceforge: https://sourceforge.net/projects/vandaengine/files/Vanda%20Engine%202/2.4.3/
What's new:
- Changed the name of the following APIs:
- BlendCycle > ExecuteCyclicAnimation
- ClearCycle > RemoveCyclicAnimation
- ExecuteAction > ExecuteNonCyclicAnimation
- ReverseExecuteAction > ReverseExecuteNonCyclicAnimation
- RemoveAction > RemoveNonCyclicAnimation
- PauseAnimations > PausePrefabInstanceAnimations
- GetAnimationClipDuration > GetAnimationClipDurationOfPrefabInstance
- Added the following API:
- ResumePrefabInstanceAnimations(string prefabInstanceName)