decentraland / sdk

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

Tween rotation doesnt work for AvatarShape #1052

Closed decentraland-bot closed 8 months ago

decentraland-bot commented 9 months ago

Severity:

SEV-4 | Minor issue

Description:

Tween rotation does not work for AvatarShape, nor does rotation with slerping. In the below video when used on other entities without the AvatarShape, the rotation works.

Operating system:

NA

if SDK, CLI Version:

NA

If SDK, Node version:

NA

Local or deployed:

Both

Code snippet:

NA

Steps to reproduce:

Check the video

Ticket number:

https://discord.com/channels/417796904760639509/1047643035833479230/1181704615469793502

decentraland-bot commented 9 months ago

From Stoyan:

pravusjif commented 8 months ago

Tackled at https://github.com/decentraland/unity-renderer/pull/6019.

Also fixed rotating the avatar shape entities with modifying the Transform itself (wasn't working either)

Kaze-No-Kai commented 8 months ago

that was fixed as Pravus shared above