hello:
I want to use the SPK data captured by the drone in hololens
How do you use SPK in hololens?
Does unity3D support SPK extensions?
I look forward to your reply
thanks
Solved! Go to Solution.
Thank you for your answer!
You will have to use Drone2Map to export the captured data to something that Unity supports (for instance FBX or OBJ).
Just beware that the drone-captured models gets quite complex for the HoloLens to render, so you might need to simplify your model so the HoloLens GPU can handle it.
Mapbox has supported unity, and does arcgis consider supporting unity??
Thank you for your answer!
It is something we are looking at. You can today use our Drone2Map and CityEngine applications to create 3D data that can be imported straight into Unity. You can also for instance in a Unity HoloLens app call straight into the UWP-version of the ArcGIS Runtime SDK for .NET to use various operations like data query, geocoding, route calculation etc.
Also check out this sample we shared here: https://github.com/Esri/hololens-terrain-viewer
Thank you for your answer!