Example Unity project with AR Foundation and echo3D integrated.
It will visualize brain, neuron, and spinal cord with text descriptions.
Build in Unity version 2019.2.
Don't have an API key? Make sure to register for FREE at echo3D.
For AR-supported Android devices
- Unity 2019.4.0f1
- ARFoundation 3.1.0
- iOS Build Support
- Find the 3D models in in
Mod
folder. There are three models containing brain, spinal cord, and neuron. - Go to echo3D console and click "Add to Cloud" and upload these three models.
- Set
name
metadata for these three models. E.g.,name: neuron
.
- Clone the project and open up the SimpleAR scene.
- Setup your API keys and the Object keys accordingly. (Remember to set both for the echo3D object and for the TextMeshPro).
Set API keys and Object keys for:
- ContentParent/spine
- ContentParent/spine/SectionInfo/InfoParent/Text (TMP)
- ContentParent/neuron
- ContentParent/neuron/SectionInfo/InfoParent/Text (TMP)
- ContentParent/brain
- ContentParent/brain/SectionInfo/InfoParent/Text (TMP)
- Set up your Build Settings & Player Settings and export your build to your iOS device.
Walk around to see the models and their corresponding descriptions.
Refer to our documentation to learn more about how to use FaceAR and echo3D.
Feel free to reach out at support@echo3D.co or join our support channel on Slack.