Unity-Technologies / Unity.Animation.Samples

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

Basic layer example #5

Open gamemachine opened 4 years ago

gamemachine commented 4 years ago

Working through how to setup a simple override layer and this seems like it would be a good addition to the samples, pretty common use case I think. It looks like LayerMixerNode is the right tool at first glance, working on that assumption now as I get something working.

gamemachine commented 4 years ago

So is mixing mostly like the feather blending example as far as the usage of channels and weights?