• Unity
  • C# - Force Update AnimationClips

Hi Harald
Is there a way to run this command at runtime? 🙂

Related Discussions
...
  • Змінено

It's calling SkeletonBaker.GenerateMecanimAnimationClips(), you can see the code here. Note however that this is an Editor class method which is called, so you cannot easily copy the code and paste it in a runtime script. What are you trying to achieve?

13 днів пізніше

Hi Harald,

The skin meshes sometimes still don't appear in the editor. I was just wondering if there was a faster way to refresh the mesh.

Thanks for the help ! I'll give the method a try.