Is it possible to put an video on loop and autoplaying for visionOS? We used AVPlayerViewController
Hello @AndreiAvram99,
Yes, the simplest way to implement looping playback is to use an AVPlayerLooper and an AVQueuePlayer, take a look at the AVPlayerLooper documentation page for more details about implementing this.
Best regards,
Greg