ARCore samples
The AR Foundation Samples repository provides sample scenes to demonstrate features specific to ARCore. You can open these samples in Unity from the Assets/Scenes/ARCore
folder.
ARCore session recording scene
The AR Core Session Recording
scene demonstrates the Session recording and playback functionality on ARCore.
This feature allows you to record the sensor and camera telemetry during a live session, and then replay it at a later time. When replayed, ARCore runs on the target device using the recorded telemetry rather than live data. Refer to the ARCoreSessionRecorder script for example code.