---
title: "init(from:)"
framework: arkit
role: symbol
role_heading: Initializer
path: "arkit/referenceobject/init(from:)"
---

# init(from:)

Creates a reference object from a URL you provide.

## Declaration

```swift
init(from url: URL) async throws
```

## Parameters

- `url`: Local path to the reference object model.

## See Also

### Creating reference objects

- [init(named:from:)](arkit/referenceobject/init(named:from:).md)
- [init(from:configuration:)](arkit/referenceobject/init(from:configuration:).md)
- [init(named:from:configuration:)](arkit/referenceobject/init(named:from:configuration:).md)
