I'm developing an AR app for iOS with Reality Composer.
In my scene I have a simple sphere that i want it to rotate forever without restarting the animation every time.
Currently I set up a rotation behavior for the Sphere as soon as the scene appears. The rotation lasts 20 seconds and I clicked to the loop button in order to make it loop.
Unlucky this won't give me the expected behavior: The animation lasts for 20 second and then it restarts but with a very ugly "lag".
Is there a way to make the rotation forever? In SceneKit it was something like repeatForever.