AR Foundation
Using AR Foundation
enables the creation of cross-platform augmented reality applications. In an AR Foundation
project, you can enable specific features by adding corresponding components to the scene.
Features
- Anchor: Track arbitrary points in space.
- Camera: Renders the image from the device's camera.
- Mesh: Detects and generates meshes of the spatial environment.
- Plane: Identifies and tracks flat surfaces.
- ImageTracking: Detecting and tracking 2D images in the environment.
Sample Project
Clone the official PFDM sample repository ARFoundationSample-Unity. The directory Assets/ARFoundationSample
contains pre-adapted sample scenes for AR Foundation
. You can directly compile and install them on PFDM devices to run.