decentraland / asset-bundle-converter

Unity project for converting GLTFs to AssetBundles
Apache License 2.0
3 stars 9 forks source link

feat: anim layers #99

Closed lorux0 closed 2 months ago

lorux0 commented 2 months ago

It is required that two animations play simultaneously on a single animator as it is described here: https://github.com/decentraland/unity-explorer/issues/1087 Directly related to this pr: https://github.com/decentraland/unity-explorer/pull/1369 Therefore, it is needed to provide a layer to each state, so we can set a weight on each layer.