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