Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.07k stars 1.15k forks source link

[ARKit & ARCore] ARKit recording and playback support #929

Closed Phantomxm2021 closed 2 years ago

Phantomxm2021 commented 2 years ago

I found that ARCore recording and playback is supported, but I did not find the ARKit recording and playback API on Unity ARFoundation

Here is ARKit recording and playback api: https://developer.apple.com/documentation/arkit/arsession/recording_and_replaying_ar_session_data

tdmowrer commented 2 years ago

ARKit does not have an API for recording and playback.

As described in the article you linked, it is possible to record a session using Reality Composer and then play it back by specifying the recorded session in Xcode. However, there is no runtime API, and you do not need to make changes to your app to take advantage of this feature.