Unity-Technologies / Unity.Animation.Samples

Repository of projects that showcase the new DOTS animation package (com.unity.animation).
Other
418 stars 78 forks source link

0.5.1-preview.1 - June 18, 2020 #15

Closed nicolasgramlich closed 4 years ago

nicolasgramlich commented 4 years ago

0.5.1-preview.1 just dropped. Let's report on our progress/success in this issue :)

https://docs.unity3d.com/Packages/com.unity.animation@0.5/changelog/CHANGELOG.html

LudiKha commented 4 years ago

Great stuff! Are there any samples available?

jlscurran commented 4 years ago

Going a bit weirdly for me; when I try to use clip.ToDenseClip(clip) to make a PlayClipComponent, I get 'AnimationClip' does not contain a definition for 'ToDenseClip' and no accessible extension method 'ToDenseClip' accepting a first argument of type 'AnimationClip' could be found etc.

It's the only error I get and it only happens when building; the editor is fine. Anybody know what I can do about that?