decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

[BUG] Tween updates Transform.parent #1044

Closed gonpombo8 closed 9 months ago

gonpombo8 commented 9 months ago

When you have an entity with a parent, and that entity has a Tween. Once the tween is activated, it overrides the parent property. ` { parent: 0 }

https://gist.github.com/gonpombo8/9f8832f99e530dc016d6b1635997bd83

pravusjif commented 9 months ago

@gonpombo8 can you confirm that using explorer-branch=fix/sdk7-tween-transform-parent-id-overwrite the fix is also working good on your side? I've tackled the fix at https://github.com/decentraland/unity-renderer/pull/5981