This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
ARPlusSystem/ARPlusSystem-250418/Library/PackageCache/com.unity.xr.arsubsystems@4.../Documentation~/participant-subsystem.md

9 lines
540 B
Markdown
Raw Permalink Normal View History

---
uid: arsubsystems-participant-subsystem
---
# XR participant subsystem
This subsystem provides information about other users in a multi-user collaborative session. It is a type of [tracking subsystem](index.md#tracking-subsystems) and follows the same `GetChanges` pattern to inform the user about changes to the state of tracked participants. Its trackable is [`XRParticipant`](xref:UnityEngine.XR.ARSubsystems.XRParticipant).
Participants are detected automatically, like planes or images. You can't create or display participants.