We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great to get a list of all avatars in a region.
Would also be good to add an event for a new avatar entering a region.
The output should be simply be an object containing each avatars data as followed:
{ "agentID": "c1c32889-0b09-4bce-8219-95f38e605198", "firstName": "somefirstname", "lastName": "somelastname", "position": { "x": 68, "y": 17, "z": 43 } }
The text was updated successfully, but these errors were encountered:
#31: Ability to get a list of all avatars in region
d972797
Added example of tracking of agents Removed some debug logging
Added with example
Sorry, something went wrong.
No branches or pull requests
It would be great to get a list of all avatars in a region.
Would also be good to add an event for a new avatar entering a region.
The output should be simply be an object containing each avatars data as followed:
The text was updated successfully, but these errors were encountered: