I have a Reality Composer file with several scenes, all of which starts empty and then some models appear one by one every second. The animation works perfectly in Quicklook and Reality Composer, but has a glitch when rendered in ARKit. When the very first scene is launched or when we go to another scene, they don't start empty.. For a tiny split second, we see all the models of that scene being displayed, only to disappear immediately.
I have tried fixing it using Async loading, as well as delaying the DispatchQueue by 0.5 seconds. If anyone has an idea, it would mean the world if you could help. This is the final bug before the launch of our app.