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.

40 lines
2.1 KiB

4 years ago
  1. # Unity AR+GPS Location
  2. The `AR+GPS Location` package brings the ability to position 3D objects in
  3. real-world geographical locations via their GPS coordinates using Unity and
  4. Augmented-Reality. It supports both Unity's `AR Foundation` and `Vuforia`.
  5. It works by mixing both GPS data and the AR tracking done by `AR Foundation` of
  6. `Vuforia`.
  7. Check the full documentation for the asset [here](http://docs.unity-ar-gps-location.com).
  8. ## Main Features
  9. * Place 3D Objects in geographical positions defined by their latitude, longitude and altitude.
  10. * AR Hotspots that are activated when the user is near a given location.
  11. * Place 3D Text markers on real-world points of interest (example using OpenStreetmaps is included.)
  12. * Smooth movements on device location and heading updates.
  13. * Move objects or place them along paths (Catmull-rom splines) on the map.
  14. * Augmented reality floor shadows.
  15. * General purpose Catmull-rom curves and splines.
  16. ## Minimum Requirements
  17. * For AR Foundation, a iOS device with ARKit support, or a Android device with ARCore support (see the AR Core device list [here](https://developers.google.com/ar/discover/supported-devices)).
  18. * For Vuforia, a device with ground plane support (see the list of devices [here](https://library.vuforia.com/articles/Solution/vuforia-fusion-supported-devices.html))
  19. * The device must have functioning magnetic and GPS sensors.
  20. * For better performance, a working gyroscope is also recommended.
  21. ## Limitations
  22. * 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.
  23. * Landscape mode does not work well on may Android devices, due to a problem with tilt-compensation on the magnetic sensor data.
  24. * 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.
  25. * Does not work well on indoors.
  26. # Contact
  27. For bug reports and questions please use this [link](https://github.com/dmbfm/unity-ar-gps-location-issues/issues/new).
  28. If you need further help, contact me via e-mail at <daniel.mbfm@gmail.com>.
  29. *Copyright © 2018-2019 Daniel Fortes.*