Unity-Technologies / Animation-Instancing

This technique is designed to instance Characters(SkinnedMeshRender).
Other
1.65k stars 301 forks source link

How to Loop Animation ?? #82

Open venkateshmohan16 opened 4 years ago

venkateshmohan16 commented 4 years ago

How to loop current animation using Animation instancing or some other way??

CloudJin commented 4 years ago

Hi, you can change AnimationInstancing.Mode to WrapMode.Loop to loop.

venkateshmohan16 commented 4 years ago

okay i will try