|
POST
|
When using that sample watch the results panel. When you get multiple hits, the white arrows becomes enabled and let you scroll through the results, highlighting each one in turn. What you're seeing is the expected behavior, where currently the returned result set is ordered by object/feature ID and not by distance from the start point. And so the first result might not be the one nearest the observer. It's on our roadmap to improve this behavior because it's more likely that user expect to see results sorted by distance, or rather the first result should be the nearest. In the meantime, try changing the maximumResultsPerLayer parameter from -1 to 1 and you'll just get the first (topmost/nearest) hit. https://github.com/Esri/arcgis-maps-sdk-unity-samples/blob/3d4288f8cd8d1cfe8f70b59d1916ba24722c1749/sample_project/Assets/SampleViewer/Samples/Identify/Scripts/Identify.cs#L358
... View more
yesterday
|
0
|
0
|
19
|
|
POST
|
Hi, Sample is coming soon - here's the branch (currently in review): GitHub - Esri/arcgis-maps-sdk-unity-samples at mas12517/Identify-Sample Thanks
... View more
Wednesday
|
1
|
3
|
60
|
|
POST
|
Hi, You can edit existing Shapefiles, but the API doesn't support creating new Shapefiles from scratch (we're gradually migrating away from Shapefiles in favour of mobile geodatabases which are smaller, faster, smarter cross-platform SQLite-based databases). Shapefiles derive from Class FeatureTable - you'll find the editing methods there. To create mobile geodatabases from scratch see Create mobile geodatabase | ArcGIS Maps SDK for .NET | Esri Developer. Thanks
... View more
3 weeks ago
|
1
|
0
|
235
|
|
POST
|
Hi, No, they're two different SDKs designed/intended/licensed to be used in different ways: the Enterprise SDK is server-side whereas the .NET Maps SDK is client-side. However, the .NET Maps SDK has quite extensive geometry and spatial reference functionality - can you share more info about what you're trying to achieve and we can advise on whether it's possible / best practice?
... View more
a month ago
|
1
|
4
|
381
|
|
POST
|
Hi, Have you installed the Visual C++ Redistributable for Visual Studio 2015-2022? (or included the redistributable with your installer) Latest supported Visual C++ Redistributable downloads | Microsoft Learn Do you have the libraries described in this topic in the correct location relative to the application? Deployment | ArcGIS Maps SDK for .NET | Esri Developer Thanks
... View more
10-14-2025
03:32 AM
|
0
|
0
|
494
|
|
POST
|
Hi, In ArcMap (ArcGIS Desktop) did you/they use the Create Runtime Content tool which generated files on disk in a folder? With ArcGIS Pro, to create a network dataset for use with the SDK you use the Create Mobile Map Package tool. This effectively includes the same network dataset files (.geodatabase file and .tn folder) that the ArcMap workflow created (but of course with newer logic). The MMPK approach is beneficial because it's a single file to distribute/deploy to devices. While it is technically an archive file, there's no compression and the SDK can access content directly within the MMPK file, without needing to unpack. In code, you can get the network from the map with the Property TransportationNetworks. You can still unpack if it's important to your workflow - using the Method UnpackAsync. To include a network dataset within a mobile map package, run one of the geoprocessing tools that create a network layer. For example, the most basic may be Make Network Dataset Layer (Network Analyst)—ArcGIS Pro | Documentation. Thanks
... View more
10-10-2025
01:50 PM
|
0
|
0
|
200
|
|
POST
|
Hi, I'm not aware of any known issues relating to rotation. Are you able to call ToJson() on the Renderer (or if there's no renderer on the Symbol) and share the json? For a specific release, you can check known issues in the release notes e.g., Release notes for 200.8 | ArcGIS Maps SDK for .NET | Esri Developer Thanks
... View more
10-07-2025
07:36 AM
|
0
|
0
|
234
|
|
POST
|
Hi, Is this error within Visual Studio, when trying to debug/start the app? Are you able to repro with a simple app created from our project template? NuGet Gallery | Esri.ArcGISRuntime.ProjectTemplates 200.8.0 or ArcGIS Maps SDK for .NET Project Templates - Visual Studio Marketplace Thanks
... View more
10-07-2025
06:47 AM
|
0
|
0
|
521
|
|
POST
|
Hi Matt, What's the value of MapView Property WrapAroundMode? Thanks
... View more
09-23-2025
05:35 AM
|
1
|
1
|
393
|
|
POST
|
Hi @YifengChen A couple of questions: Please can you verify the version of the plugin in your project? Did you install from the Unity Asset Store or download from Esri Developer Downloads? Regarding Render Pipeline compatibility, ArcGIS Maps SDK for Unity only supports the Universal Render Pipeline (URP) and the High Definition Render Pipeline (HDRP). The legacy Built-in Render Pipeline has never been supported. Thanks
... View more
08-28-2025
11:17 PM
|
0
|
0
|
122
|
|
POST
|
Hi, Unfortunately, it's not possible to determine if your client's workflow is impacted by the upcoming retirement of ArcGIS Engine. We'll need to find out exactly what data format or technology the "network runtime" refers to, and what their current GIS software is. They mention creating mobile map packages (.mmpk files) which weren't available with ArcGIS Engine or ArcGIS Desktop (ArcMap) so it's possible their workflow is not affected. Can you email ArcGISEngineDeprecation@esri.com and we can provide more advice specific to your situation? Thanks Mike
... View more
08-27-2025
04:22 AM
|
0
|
2
|
367
|
|
POST
|
Hi, Check with your portal administrator - there are some minimum account requirements / privileges for creating API key credentials: Introduction to API key authentication | Documentation | Esri Developer Thanks
... View more
08-25-2025
08:11 AM
|
0
|
0
|
953
|
|
POST
|
Hi, What size are the tile packages you're trying to load? We've packaged apps that reference city-scale 3D scene layer packages that are often more than 20GB and they work well because the SDK dynamically loads and unloads data as-needed, based on the viewpoint camera). You can export elevation data and bring it into Unreal for offline use. In ArcGIS Pro the elevation data needs to be part of the elevation category so that it is generated with LERC encoding. Fr more info see Share a tile package—ArcGIS Pro | Documentation. Thanks
... View more
08-25-2025
08:00 AM
|
0
|
1
|
1161
|
|
POST
|
Hi, Can you share more info about the data formats / layer types you're using for the LRT corridor and the other layer it's not aligning with? And is it not aligning horizontally or vertically? Thanks
... View more
08-21-2025
07:43 AM
|
0
|
0
|
1043
|
|
POST
|
Hi, We have been, and will continue to, send out communication regarding the deprecation and upcoming retirement of the ArcGIS Engine Software Developer Kit (SDK) and the ArcGIS Engine Runtime on March 1, 2026. But, based on your question about how it impacts your project, I don't think you should be impacted at all. The deprecation of ArcGIS Engine SDK and ArcGIS Engine Runtime does NOT affect: ArcGIS Maps SDK for Swift Mobile Geodatabase format (.geodatabase files) Mobile Geodatabase transportation networks (.tn folder alongside .geodatabase file) Transportation networks in Mobile Map Packages ArcGIS Pro workflows I'd love to see the Commnication you've received, perhaps you could send to / share with ArcGISEngineDeprecation@esri.com ? Thanks Mike
... View more
08-21-2025
05:47 AM
|
1
|
4
|
415
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | 3 weeks ago | |
| 1 | a month ago | |
| 1 | 09-23-2025 05:35 AM | |
| 1 | 10-28-2016 10:36 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|