decentraland / sdk

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

[BUG] movePlayer renders teleport screen and gets stuck #1043

Closed cazala closed 6 months ago

cazala commented 9 months ago

Issue Description:

When using the movePlayer function, the client renders the 'teleporting' screen and it gets stuck there. This happens when using this feature in a world.

Here's an example scene: link

In that scene there's a button that when clicked, it calls the movePlayer function with the options { newRelativePosition: { x: 8, y: 1, z: 8 }}.

This throws no errors but the client gets stuck in a loading screen.

SDK:

Steps to reproduce:

  1. Deploy a wolrd that makes use of movePlayer

Expected behaviour:

It moves the player to the target position

Current behaviour:

It shows the 'teleport' loading screen and gets stuck there

gonpombo8 commented 6 months ago

https://github.com/decentraland/builder-server/pull/729