Skip to content

CustomARView #8

@fahd9567

Description

@fahd9567

i have an issue in this code
call: Cannot convert value of type 'SessionSettings.Type' to expected argument type 'SessionSettings'

`struct ARViewContainer: UIViewRepresentable {
@EnvironmentObject var placementSettings: PlacementSettings
@EnvironmentObject var sessionSettings: SessionSettings

func makeUIView(context: Context) -> CustomARView {
    
    let arView = CustomARView(frame: .zero, sessionSettings: SessionSettings)
    // Subscribe to SceneEvents,Update
   
    
    return arView
 }`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions