FocusEntity icon indicating copy to clipboard operation
FocusEntity copied to clipboard

Bringing the scanning box from SceneKit to RealityKit

Results 3 FocusEntity issues
Sort by recently updated
recently updated
newest added

> version: 2.3.0 - Fixing issues with simulator properties #32 - New delegate method for every anchor change

**Describe the bug** Preview compilation issue. When setting focusEntity isEnabled, because there is no member, Swift raises an exception. ``` error: value of type 'FocusEntity' has no member 'isEnabled' arView.focusEntity?.isEnabled...

**Describe the bug** i'm trying to connect swiftui UIViewRepresentable with FocusEntityDelegate. however FocusEntityDelegate has two functions but never gets called. i am trying to see if it is called or...