Select to view content in your preferred language

ArcGIS Maps SDK for Unity Github Samples

728
3
Jump to solution
11-09-2022 08:06 PM
MatthewLiu_hk
New Contributor

Hi,

I encountered a problem when I opened the sampleviewer from Github Samples (GitHub - Esri/arcgis-maps-sdk-unity-samples: Sample code for the ArcGIS Maps SDK for Unity.), as shown in the pic below. I've tried both "safe mode" and "ignore error" when opening the scene. Still, I cannot figure out the reasons. Any comments are welcome!

Regards,

Matt

MatthewLiu_hk_0-1668052798494.png

 

0 Kudos
2 Solutions

Accepted Solutions
TomoTakeda
Esri Contributor

Hi Matt,

As per the provided screenshot, I see the Measure distance scene is opened instead of the sample viewer. I can see the sample folders and ArcGIS Maps SDK for Unity plugin seems to be installed correctly. 

To use the Sample Viewer to explore samples, open the SampleViewer scene in the Assets/SampleViewer/Samples folder, and set your API key.

https://developers.arcgis.com/unity/sample-code/#sample-viewer

You can also explore each sample independently. For example, if you want to see the Measure distance sample, follow the steps at https://developers.arcgis.com/unity/sample-code/Measure/#how-to-use-the-sample.

 

Hope it helps.

View solution in original post

Matt_Nelson
Esri Contributor

Select Ignore. It is outlined in steps 3-5 in the instructions https://github.com/Esri/arcgis-maps-sdk-unity-samples#instructions

View solution in original post

3 Replies
TomoTakeda
Esri Contributor

Hi Matt,

As per the provided screenshot, I see the Measure distance scene is opened instead of the sample viewer. I can see the sample folders and ArcGIS Maps SDK for Unity plugin seems to be installed correctly. 

To use the Sample Viewer to explore samples, open the SampleViewer scene in the Assets/SampleViewer/Samples folder, and set your API key.

https://developers.arcgis.com/unity/sample-code/#sample-viewer

You can also explore each sample independently. For example, if you want to see the Measure distance sample, follow the steps at https://developers.arcgis.com/unity/sample-code/Measure/#how-to-use-the-sample.

 

Hope it helps.

Matt_Nelson
Esri Contributor

Select Ignore. It is outlined in steps 3-5 in the instructions https://github.com/Esri/arcgis-maps-sdk-unity-samples#instructions

MatthewLiu_hk
New Contributor

@TomoTakeda @Matt_Nelson Thanks! I've solved the problems.

0 Kudos