Background
In Experiences that use a Lobby Place to teleport players into SubPlaces, PlayWave authentication is lost during theTeleportService transition. Teleport integration solves this by passing session data through TeleportOptions, maintaining authentication across Places.
Prerequisites
1
Install the latest plugin
Install the latest PlayWave plugin from the Toolbox.
2
Install SDK on each Place
PlayWave SDK must be installed on every SubPlace that is a teleport destination. Run Install SDK from the plugin in each Place.
Modify teleport code
In your existing teleport logic, createTeleportOptions and call PlayWaveServer.prepareForTeleport to inject session data.
Key points
Integration checklist
Next steps
Quickstart
Full walkthrough from plugin installation to basic integration.
Session lifecycle
Understand how sessions, heartbeats, and termination work.