Place and save notes in augmented reality, using PlacenoteSDK!
Placenote is an easy and convenient method to add mapping and precise persistent content placement to your ARKit app. This project shows you how to build an AR Notes app with ARKit and Placenote.
To install ARNotes, follow these instructions.
- Ensure Git LFS (large file storage) is installed on your Mac. Several critical library files are stored using this mechanism.
- Install Git LFS either using HomeBrew:
brew install git-lfs
- Or MacPorts:
port install git-lfs
- To install, run:
git lfs install
- Install Git LFS either using HomeBrew:
- Clone this repository.
- SSH:
git clone git@github.com:Placenote/PlacenoteSDK-ARNotes.git
- HTTPS:
git clone https://github.com/Placenote/PlacenoteSDK-ARNotes.git
- SSH:
- Download files stored with Git LFS:
git lfs pull
- Open the project as a new project in Unity (Recommended: Unity 2018.3.6)
- Make sure you have your Placenote API key. Get your API key here!
- Load the ARNotes scene from the project window (
Placenote/ARNotes/ARNotes
) and add your API key underPlacenoteCameraManager
. - Follow the Unity Build Instructions to build and run the project on your iOS device.
-
Select New Map, and start moving your phone to map the area.
-
Tap the screen to add notes!
-
To edit a note, tap the note and select the green edit icon.
-
To delete a note, tap the note and select the red delete icon.
-
Once you are happy with the scene, select Save Map. Keep note of the name your map was saved with!
-
To view the notes, select Load Map, and find the map name. Make sure you are near the same area in order for the app to relocalize! Your notes should show up exactly where you left them.