Skip to content

Commit 3c65659

Browse files
committed
Fix
1 parent eb4283a commit 3c65659

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Runtime/Scripts/MeshAnimator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ private void Awake()
2626
[PublicAPI]
2727
public void Play(string animationName, float speed = 1f, float? normalizedTime = 0f)
2828
{
29+
meshRenderer.GetPropertyBlock(_propertyBlock);
2930
meshAnimation.Play(_propertyBlock, animationName, speed, normalizedTime);
3031
meshRenderer.SetPropertyBlock(_propertyBlock);
3132
}

0 commit comments

Comments
 (0)