SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ParkGeonTae 216cbe4b1b project 4 years ago
..
Data project 4 years ago
Editor project 4 years ago
GO Map Integration project 4 years ago
LocationPaths project 4 years ago
Locations project 4 years ago
Materials project 4 years ago
Meshes project 4 years ago
Plugins project 4 years ago
Prefabs project 4 years ago
Samples project 4 years ago
Scripts project 4 years ago
Sounds project 4 years ago
Textures project 4 years ago
ARLocationConfig.asset project 4 years ago
ARLocationConfig.asset.meta project 4 years ago
CHANGELOG.md project 4 years ago
CHANGELOG.md.meta project 4 years ago
Data.meta project 4 years ago
Editor.meta project 4 years ago
GO Map Integration.meta project 4 years ago
LocationPaths.meta project 4 years ago
Locations.meta project 4 years ago
Materials.meta project 4 years ago
Meshes.meta project 4 years ago
Plugins.meta project 4 years ago
Prefabs.meta project 4 years ago
README.md project 4 years ago
README.md.meta project 4 years ago
Samples.meta project 4 years ago
Scripts.meta project 4 years ago
Sounds.meta project 4 years ago
Test1.unity project 4 years ago
Test1.unity.meta project 4 years ago
Textures.meta project 4 years ago
Third-Party-Notices.txt project 4 years ago
Third-Party-Notices.txt.meta project 4 years ago
api_reference.pdf project 4 years ago
api_reference.pdf.meta project 4 years ago
guide.pdf project 4 years ago
guide.pdf.meta project 4 years ago

README.md

Unity AR+GPS Location

The AR+GPS Location package brings the ability to position 3D objects in real-world geographical locations via their GPS coordinates using Unity and Augmented-Reality. It supports both Unity's AR Foundation and Vuforia.

It works by mixing both GPS data and the AR tracking done by AR Foundation of Vuforia.

Check the full documentation for the asset here.

Main Features

  • Place 3D Objects in geographical positions defined by their latitude, longitude and altitude.
  • AR Hotspots that are activated when the user is near a given location.
  • Place 3D Text markers on real-world points of interest (example using OpenStreetmaps is included.)
  • Smooth movements on device location and heading updates.
  • Move objects or place them along paths (Catmull-rom splines) on the map.
  • Augmented reality floor shadows.
  • General purpose Catmull-rom curves and splines.

Minimum Requirements

  • For AR Foundation, a iOS device with ARKit support, or a Android device with ARCore support (see the AR Core device list here).
  • For Vuforia, a device with ground plane support (see the list of devices here)
  • The device must have functioning magnetic and GPS sensors.
  • For better performance, a working gyroscope is also recommended.

Limitations

  • Altitude information is usually very imprecise so, currently, it's best to use heights relative to the device position or relative to detected ground planes.
  • Landscape mode does not work well on may Android devices, due to a problem with tilt-compensation on the magnetic sensor data.
  • There are limits due to the GPS precision. So, on good conditions precision can range from 2 to 5 meters, and on bad conditions from 10 to 20meters.
  • Does not work well on indoors.

Contact

For bug reports and questions please use this link.

If you need further help, contact me via e-mail at daniel.mbfm@gmail.com.

Copyright © 2018-2019 Daniel Fortes.