Simple measurement application using AR Foundation, Unity, and echo3D. Tested on Android devices.
You can measure custom AR objects:
Or real-life objects:
If you don't have an echo3D API key yet, make sure to register for FREE at echo3D.
- Clone this repository for prefabs,scenes and custom scripts.
- Open the project in Unity and follow the instructions on our documentation page to set your API key.
- Set your echo3D API key in the echo3D prefab
- Add models to your echo3D project
The app has two modes:
- Object Placement mode, which allows you to place an echo3D object on any plane
- Measurement Tape mode, which allows you to drag your finger between any two points on a plane to create a measurement.
- You can easily switch between modes by clicking on their respective buttons in the UI.
- Note that because both modes depend on plane detection, it may take a few seconds to move your camera around before the plane you are trying to measure may register.
- Remember: if the placed Object is too large, you can modify the scale of the object in the echo3D console (see https://docs.echo3D.co/unity/transforming-content)
Refer to our documentation to learn more about how to use Unity and echo3D.
Feel free to reach out at support@echo3D.co or join our support channel on Slack.