6.10.0
What's Changed
This release includes the following:
-
Exclude specific avatars from modifier areas, for example to only hide certain players: https://docs.decentraland.org/development-guide/avatar-modifiers/#exclude-avatars
-
Query the Decentraland time, to know if a player is experiencing the scene as day or night https://docs.decentraland.org/development-guide/user-data/#get-decentraland-time
-
All API calls have a configurable timeout. By default, requests fail after 30 seconds, but you can set a custom timeout https://docs.decentraland.org/development-guide/network-connections/#request-timeout
-
Fix: Height fixed when attaching entities to player name tag
-
Fix: New skybox works on all OS systems in preview
-
Fix: Support AvatarTexture in UITexture
-
More characters supported in TextShape and UIText, for example ÁáÉéÍíÓóÚúûüūç
-
Keyboard numbers no longer directly trigger emotes (hit hotkey B first), This leaves keys 1,2,3 & 4 fully free to configure custom actions with no side-effects. https://docs.decentraland.org/development-guide/click-events/#global-button-events
-
Portable experiences now have more controlled actions that need to be explicitly added on requiredPermissions: https://docs.decentraland.org/development-guide/scene-metadata/#required-permissions
Full changelog
- feat: add
excludeIds
field toAvatarModifierArea
by @pbosio in #101 - Update fetch types by @gonpombo8 in #119
- feat: add
getDecentralandTime
toEnvironmentAPI
by @pbosio in #102 - chore: unify requestinit by @menduz in #121
- fix: support
AvatarTexture
inUIImage
component by @pbosio in #122 - chore(deps): bump @dcl/unity-renderer by @github-actions in #127
- chore: update min CLI version by @menduz in #128
- chore: bump @dcl/schemas from 3.13.0 to 4.1.0 in /packages/decentraland-ecs by @dependabot in #126
- chore: bump minimist from 1.2.5 to 1.2.6 by @dependabot in #125
- chore: bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #109
Full Changelog: 6.9.1...6.10.0