1
This commit is contained in:
@@ -195,6 +195,7 @@ namespace BITKit.Animations
|
||||
|
||||
private void Update()
|
||||
{
|
||||
if (!animator.runtimeAnimatorController) return;
|
||||
for (var i = 0; i < animator.layerCount; i++)
|
||||
{
|
||||
this[i].currentState = animator.GetCurrentAnimatorStateInfo(i);
|
||||
|
Reference in New Issue
Block a user