Post

Replies

Boosts

Views

Activity

Comment on Trouble loading ModelEntity from RealityKitContent package
Load the whole scene first, then search for the entity in the scene. In my code, for example; let testEntity = try await Entity(named:"Scene.usda", in : realityKitContentBundle) // use your usda file name. let tile = testEntity.findEntity(named:"tile1") // put Stone here instead of tile1
Replies
Boosts
Views
Activity
Oct ’24