Post

Replies

Boosts

Views

Activity

Reply to USDZ Animations with RealityKit
I have the exact same question, I dowloaded the usdz models from Apple's Developer Website, the 'toy_biplane' & 'toyrobot_vintage'. I used the following code to animate modelEntity.availableAnimations.forEach {                     modelEntity.playAnimation($0.repeat())                 } then I just printed all the available animations just to check print("DEBUG: animations-> \(modelEntity.availableAnimations)") it returned an empty array
Oct ’20