Description
The new AMT_HIDE_NAMETAGS modifier has been added to AvatarModifierArea via:
The creator documentation needs to be updated to include this new modifier:
- Add
AvatarModifierType.AMT_HIDE_NAMETAGS to the list of supported modifiers
- Add a new section explaining the feature with a code example
- Document interaction with other modifiers (e.g., stacking with
AMT_HIDE_AVATARS)
- Update the AI SDK context files
- Update the Spanish translation
Context
This modifier allows scene creators to hide player nametags within a defined area while keeping avatars visible — useful for stages, presentations, or scripted scenes where creators want to suppress player nametags without hiding avatars.
Files to update
creator/sdk7/interactivity/player-avatar.md (English)
creator-esp/sdk7/interactivity/avatar-modifiers.md (Spanish)
ai-sdk-context/sdk7-complete-reference.md
ai-sdk-context/sdk7-examples.mdc
Reported by giorgio298 via Slack
Requested by gonzalo (<@U097SSTNBUM>)
Description
The new
AMT_HIDE_NAMETAGSmodifier has been added toAvatarModifierAreavia:The creator documentation needs to be updated to include this new modifier:
AvatarModifierType.AMT_HIDE_NAMETAGSto the list of supported modifiersAMT_HIDE_AVATARS)Context
This modifier allows scene creators to hide player nametags within a defined area while keeping avatars visible — useful for stages, presentations, or scripted scenes where creators want to suppress player nametags without hiding avatars.
Files to update
creator/sdk7/interactivity/player-avatar.md(English)creator-esp/sdk7/interactivity/avatar-modifiers.md(Spanish)ai-sdk-context/sdk7-complete-reference.mdai-sdk-context/sdk7-examples.mdcReported by giorgio298 via Slack
Requested by gonzalo (<@U097SSTNBUM>)