decentraland / unity-explorer

Apache License 2.0
8 stars 11 forks source link

[QA] Command /goto crowd does not work #2626

Open DafGreco opened 1 week ago

DafGreco commented 1 week ago

Explorer Alpha build versions:

0.39.0

Issue Description:

When typing the command /goto Crowd in the chat , the command does not work and throws an error saying that the world does not exist anymore

STR:

  1. Open 0.39.0
  2. Go to a random scene
  3. Type on the chat /goto crowd
  4. Check that the chat throws an error

Expected behavior:

The /goto crowd command should work properly guiding the user to the most crowded place

Current behavior:

When typing the command /goto Crowd in the chat , the command does not work and throws an error saying that the world does not exist anymore

Evidence:

image

Additional Notes:

This issue happens on windows and Macos

anicalbano commented 1 week ago

Commented by @nicorajcodcl :

Is your feature request related to a problem? Please describe. In the old client, users were able to use the /goto crowd command, which automatically teleported the user to a location with other users. I'm not sure how the system chose which crowded place to take the user, but the same logic would work fine. This is important to do because, as of now, we don't have any way to find other users or places to discover (until we have the map improved by the end of Cycle 9).

Describe the solution you'd like In Decentraland 2.0 Beta, users should be able to use the /goto crowd command. In this case, the system should only look for places with crowds in the same client. In other words, it should not consider crowds in the legacy client.

Describe alternatives you've considered If we don't do this now, users will continue to have a hard time to find other players and discover new scenes until we have the new map in production.

Additional context If we don't do this before the end of November, drop it, as the map will be released soon after that.