In RC, I designate an Object as hidden at Scene start. In my application, I anchor the Object as a new Child (anEntity) to an AnchorEntity active in the arview. anchorEntity.addChild(anEntity)
When I execute the following line: anEntity.isEnabled = true, the object does not become visible. anEntity.isActive value true.
What am I missing? or is this a RC/RealityKit bug?