ArcGIS Maps SDK for Unity

215
1
07-22-2022 02:11 AM
LuisKaiser
New Contributor II

Hello all,

I would like to add military symbols on an ArcGis map in Unity.

The problem is that the sdk is made to add 3D objects, but a military symbol is not a 3D object.

My idea is to convert the symbols to an image (.png, .jpg) and add them as objects to the map.

So my question is, how can I add an image to a 3D map in ArcGis Map SDK for Unity.


Thanks for your help

0 Kudos
1 Reply
Jade
by Esri Contributor
Esri Contributor

hi,

We have a dedicated unity community here: https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/bd-p/arcgis-maps-sdk-unity-questio... For this question, you should be able to create a simple planar game object in Unity, use the military image as texture file and use the location component to place it in Unity.

0 Kudos