decentraland / asset-bundle-converter

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

fix: dont override anim defaults #100

Closed lorux0 closed 2 months ago

lorux0 commented 2 months ago

As it is described in this issue: https://github.com/decentraland/unity-explorer/issues/1376 The doors should stay at the last frame of its open animation when the state is loop:false. By setting the empty state to not override the bone defaults, the animation state will keep its latest state when transitions to empty.