Thanks for the reply. I'm using this slight code variation, because I really need a ModelEntity for physics stuff instantiated:
let entity = try await ModelEntity(named: "Stone", in: realityKitContentBundle)
And this is the error I get:
Error Failed to find resource with name "Stone" in bundle
Any other thoughts?