content/hifi-content/Experiences/Releases/usefulUtilities/userLocation/2019-04-02_09-52-00
2022-02-13 23:16:46 +01:00
..
modules More files 2022-02-13 23:16:46 +01:00
README.md More files 2022-02-13 23:16:46 +01:00
userLocation.js More files 2022-02-13 23:16:46 +01:00
userLocation.json More files 2022-02-13 23:16:46 +01:00
userLocationTextLocalEntity.js More files 2022-02-13 23:16:46 +01:00

User Location

When this script is attached to a entity as an entity script, the entity serves as an "User Location" ticker, useful for letting people know where you are (if you're available to them).

Features

  • The User Location ticker will never display the location of a user to someone
  • When a user clicks on the entity to which this script is attached, the clicker will teleport to the user whose location is displayed.

Setup

  1. Rez userLocation.json.
  2. Modify the User Data of the userLocation entity as per the instructions below.

userLocation Entity User Data

{
    "targetUsername": "<The username of the user whose location you want to display>",
    "targetDisplayName": "<A string corresponding to the way you want the target user's name to appear to others>"
}

Releases

2019-04-02_09-52-00 :: xxxxxxx

  • Initial release